Task
Noir.Classes.TaskClass: NoirClass
Represents a task.
Initializes task class objects.
Parameters
ID
: integertaskType
: NoirTaskTypeduration
: numberisRepeating
: booleanarguments
: table<integer, any>startedAt
: number
Sets whether or not this task is repeating.
If repeating, the task will be triggered repeatedly as implied.
If not, the task will be triggered once, then removed from the TaskService.
Parameters
isRepeating
: boolean
Sets the duration of this task.
Parameters
duration
: number
Sets the arguments that will be passed to this task upon finishing.
Parameters
arguments
: table<integer, any>
Remove this task from the task service.
Last updated