Skip to main content

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().plusDays(1).withHour(9).withMinute(0),
Payload: { jobType: 'daily-report' }
}

See Also