OccurrenceProperties interface
Properties for an occurrence
Properties
| provisioning |
The aggregated provisioning state of the occurrence |
| result |
The result for occurrences that achieved a terminal state |
| scheduled |
The time the occurrence is scheduled for. This value can be changed by calling the delay API |
Property Details
provisioningState
The aggregated provisioning state of the occurrence
provisioningState?: string
Property Value
string
resultSummary
The result for occurrences that achieved a terminal state
resultSummary: OccurrenceResultSummary
Property Value
scheduledTime
The time the occurrence is scheduled for. This value can be changed by calling the delay API
scheduledTime: Date
Property Value
Date