JobResponse interface

The properties of the Job Response object.

Properties

endTimeUtc

The time the job stopped processing. NOTE: This property will not be serialized. It can only be populated by the server.

failureReason

If status == failed, this string containing the reason for the failure. NOTE: This property will not be serialized. It can only be populated by the server.

jobId

The job identifier. NOTE: This property will not be serialized. It can only be populated by the server.

parentJobId

The job identifier of the parent job, if any. NOTE: This property will not be serialized. It can only be populated by the server.

startTimeUtc

The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of the job. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage

The status message for the job. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the job. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endTimeUtc

The time the job stopped processing. NOTE: This property will not be serialized. It can only be populated by the server.

endTimeUtc?: Date

Property Value

Date

failureReason

If status == failed, this string containing the reason for the failure. NOTE: This property will not be serialized. It can only be populated by the server.

failureReason?: string

Property Value

string

jobId

The job identifier. NOTE: This property will not be serialized. It can only be populated by the server.

jobId?: string

Property Value

string

parentJobId

The job identifier of the parent job, if any. NOTE: This property will not be serialized. It can only be populated by the server.

parentJobId?: string

Property Value

string

startTimeUtc

The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.

startTimeUtc?: Date

Property Value

Date

status

The status of the job. NOTE: This property will not be serialized. It can only be populated by the server.

status?: JobStatus

Property Value

statusMessage

The status message for the job. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage?: string

Property Value

string

type

The type of the job. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string