JobProperties interface

The job properties

Properties

endTime

The time the job completed

errorMessage

Message to describe error, if an error exists

items

List of items published by the job

provisioningState

State of the job

startTime

The time the job started

Property Details

endTime

The time the job completed

endTime?: Date

Property Value

Date

errorMessage

Message to describe error, if an error exists

errorMessage?: string

Property Value

string

items

List of items published by the job

items?: JobItem[]

Property Value

provisioningState

State of the job

provisioningState?: string

Property Value

string

startTime

The time the job started

startTime?: Date

Property Value

Date