Skip to main content

TimerOnce


id: py-TimerOnce

TimerOnce

Single-execution timer fired at a specific point in time.


Properties

PropertyTypeDescription
WhenDateTimeThe exact time to fire the timer
PayloadanyData passed to the timer callback
{
"When": DateTime.now().plus_days(1).with_hour(9).with_minute(0),
"Payload": {"jobType": "daily-report"}
}

See Also