JobDelayDetails interface
Job Delay Notification details
Properties
| description | Description of the delay. |
| error |
Delay Error code |
| resolution |
Timestamp when the delay notification was resolved. |
| start |
Timestamp when the delay notification was created. |
| status | Status of notification |
Property Details
description
Description of the delay.
description?: string
Property Value
string
errorCode
Delay Error code
errorCode?: string
Property Value
string
resolutionTime
Timestamp when the delay notification was resolved.
resolutionTime?: Date
Property Value
Date
startTime
Timestamp when the delay notification was created.
startTime?: Date
Property Value
Date
status
Status of notification
status?: string
Property Value
string