ScheduledTask
Properties
name?
optional
name:string
Source
timezone?
optional
timezone:string
Source
trigger
trigger:
string
|Date
Source
Methods
execute()
execute(
tasks
,sdt
):Awaitable
<void
>
Parameters
• tasks: ScheduledTaskContext
• sdt: TaskAttrs
Returns
Awaitable
<void
>