Tela SDK for JavaScript
    Preparing search index...

    Interface TaskRerunResult

    Result returned by tasks.rerun().

    Note: the server only allows re-running tasks in failed status.

    interface TaskRerunResult {
        attemptNumber: number;
        executionRunId: string;
        executionType: string;
        status: "running";
        taskId: string;
    }
    Index

    Properties

    attemptNumber: number
    executionRunId: string
    executionType: string
    status: "running"
    taskId: string