ItemJobInstance interface

An interface representing single job instance

Properties

isSuccessful

Whether the job is successful

itemId

The numeric id of the item

itemJobInstanceId

The object id of the item job

itemJobType

The type of the item job

itemObjectId

The object id of the item

jobEndTimeUtc

The utc timestamp of the job succeeded or failed

jobScheduleTimeUtc

The utc timestamp of the job is scheduled or triggered

jobStartTimeUtc

The utc timestamp of the job actually started, reported by workload

status

The status of the item job

statusString

The string representation of status

Property Details

isSuccessful

Whether the job is successful

isSuccessful: boolean

Property Value

boolean

itemId

The numeric id of the item

itemId: number

Property Value

number

itemJobInstanceId

The object id of the item job

itemJobInstanceId: string

Property Value

string

itemJobType

The type of the item job

itemJobType: string

Property Value

string

itemObjectId

The object id of the item

itemObjectId: string

Property Value

string

jobEndTimeUtc

The utc timestamp of the job succeeded or failed

jobEndTimeUtc: string

Property Value

string

jobScheduleTimeUtc

The utc timestamp of the job is scheduled or triggered

jobScheduleTimeUtc: string

Property Value

string

jobStartTimeUtc

The utc timestamp of the job actually started, reported by workload

jobStartTimeUtc: string

Property Value

string

status

The status of the item job

status: ItemJobStatus | "NotStarted" | "InProgress" | "Completed" | "Failed" | "Cancelled" | "NotFound" | "Duplicate" | "OwnerUserMissing" | "DeadLettered" | "Unknown"

Property Value

ItemJobStatus | "NotStarted" | "InProgress" | "Completed" | "Failed" | "Cancelled" | "NotFound" | "Duplicate" | "OwnerUserMissing" | "DeadLettered" | "Unknown"

statusString

The string representation of status

statusString: string

Property Value

string