TimedTaskConfig
4/16/26Less than 1 minute
TimedTaskConfig
work_manager.TimedTaskConfig
Configuration for a timed (scheduled) task.
See also
Inheritance
↳
TimedTaskConfig
Table of contents
Properties
Properties
path
• Readonly path: string
Absolute path to the script for this task.
Inherited from
time
• Readonly time: DateTime
When the task should run. For repeating tasks, only the relevant parts of the datetime are used—for example, a daily task uses hour and minute only.
