TriggerStatus interface
Describes the status of a trigger
Properties
| code | The status code. |
| message | The detailed status message, including for alerts and error messages. |
| time | The time of the status. |
Property Details
code
The status code.
code?: string
Property Value
string
message
The detailed status message, including for alerts and error messages.
message?: string
Property Value
string
time
The time of the status.
time?: Date
Property Value
Date