cronix


Triggers

Module responsible for triggering the jobs.

Nested types and modules

TypeDescription
Trigger

Mannages the job execution.

Functions and values

Function or valueDescription
calculateTimerArgs (...)
Signature: (expr:CronExpr * date:DateTime * occurrenceAt:DateTime) -> ChangeArgs

Calculates the timer arguments.

calculatetOccurrenceAt (expr, date)
Signature: (expr:CronExpr * date:DateTime) -> DateTime

Calculates the occurance at time.

logger
Signature: Logger

Trigger module specific logger.

timerCallback (name, callback, token)
Signature: (name:TriggerName * callback:JobCallback * token:CancellationToken) -> unit

Invokes the callback function.

Fork me on GitHub