JobExecutionProperties interface

Container Apps Job execution specific properties.

Properties

detailedStatus

Detailed status of the job execution.

endTime

Job execution end time.

message

Human readable message indicating details about the current condition of the job execution.

reason

Reason for the current condition of job execution.

startTime

Job execution start time.

status

Current running State of the job

template

Job's execution container.

Property Details

detailedStatus

Detailed status of the job execution.

detailedStatus?: ExecutionStatus

Property Value

endTime

Job execution end time.

endTime?: Date

Property Value

Date

message

Human readable message indicating details about the current condition of the job execution.

message?: string

Property Value

string

reason

Reason for the current condition of job execution.

reason?: string

Property Value

string

startTime

Job execution start time.

startTime?: Date

Property Value

Date

status

Current running State of the job

status?: string

Property Value

string

template

Job's execution container.

template?: JobExecutionTemplate

Property Value