Package version:

Container Apps Job execution.

interface JobExecution {
    detailedStatus?: ExecutionStatus;
    endTime?: Date;
    id?: string;
    name?: string;
    startTime?: Date;
    status?: string;
    template?: JobExecutionTemplate;
    type?: string;
}

Properties

detailedStatus?: ExecutionStatus

Detailed status of the job execution.

endTime?: Date

Job execution end time.

id?: string

Job execution Id.

name?: string

Job execution Name.

startTime?: Date

Job execution start time.

status?: string

Current running State of the job NOTE: This property will not be serialized. It can only be populated by the server.

Job's execution container.

type?: string

Job execution type