TimerTriggerDescriptor Class
TimerTriggerDescriptor.
Constructor
TimerTriggerDescriptor(*, timer_trigger_name: str | None = None, schedule_occurrence: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
timer_trigger_name
|
The timer trigger name that caused the run. Default value: None
|
schedule_occurrence
|
The occurrence that triggered the run. Default value: None
|