SharedThread.ScheduledTask
Inherits: RefCounted
Container for holding a scheduled task to run in a thread
Properties
| Type | Name | Default |
|---|---|---|
| int | task_id | |
| int | start_time | |
| int | wait_time_ms | |
| Callable | method | |
| int | task_type |
Property Descriptions
task_id
int task_id
Note
There is currently no description for this property. Please help us by contributing one!
start_time
int start_time
Note
There is currently no description for this property. Please help us by contributing one!
wait_time_ms
int wait_time_ms
Note
There is currently no description for this property. Please help us by contributing one!
method
Callable method
Note
There is currently no description for this property. Please help us by contributing one!
task_type
int task_type
Note
There is currently no description for this property. Please help us by contributing one!