TimerTriggerUpdateParameters interface
The properties for updating a timer trigger.
Properties
name | The name of the trigger. |
schedule | The CRON expression for the task schedule |
status | The current status of trigger. |
Property Details
name
The name of the trigger.
name: string
Property Value
string
schedule
The CRON expression for the task schedule
schedule?: string
Property Value
string
status
The current status of trigger.
status?: string
Property Value
string