Creates a new recurring task, which will always get run at the specified day & time.
Weekday on which the task should run
Hour which the task should run
Minute which the task should run
Function to execute
Optional
functionArguments: unknown[]Array of additional parameters to pass to the runner function
Private
Readonly
argumentsPrivate
Readonly
hourPrivate
Readonly
minutePrivate
Readonly
runnerPrivate
Readonly
weekdayGenerated using TypeDoc
Base class for recurring tasks, which are supposed to be executed at a certain weekday & time each week.