Module cron_create

Module cron_create 

Source

Structs§

CronCreate
CronCreate : Payload for creating a stateless cron job (creates a new thread for each execution).

Enums§

OnRunCompleted
What to do with the thread after the run completes. ‘delete’ removes the thread after execution. ‘keep’ creates a new thread for each execution but does not clean them up.