TriggerStatus interface 
Describes the status of a trigger
Properties
| code | The status code. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| message | The detailed status message, including for alerts and error messages. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| time | The time of the status. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
code
The status code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
				Property Value
string
message
The detailed status message, including for alerts and error messages. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
				Property Value
string
time
The time of the status. NOTE: This property will not be serialized. It can only be populated by the server.
time?: Date
				Property Value
Date