ItemJobInstance interface
An interface representing single job instance
Properties
is |
Whether the job is successful |
item |
The numeric id of the item |
item |
The object id of the item job |
item |
The type of the item job |
item |
The object id of the item |
job |
The utc timestamp of the job succeeded or failed |
job |
The utc timestamp of the job is scheduled or triggered |
job |
The utc timestamp of the job actually started, reported by workload |
status | The status of the item job |
status |
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