Properties
tasks
Type:
TasksList
- List of tasks that are in the runner
- Returns a copy of the tasks
- Any modifications to this list will not change the underlying list of tasks
- The
all
property returns the tasks ordered by:running
pending
completed
count
Type:
TasksCount
- Counts of tasks at various statuses:
completed
,running
,pending
, andtotal
busy
Type:
boolean
- Signified whether the instance is currently working or idle
paused
Type:
boolean
- Signified whether the instance is currently paused
destroyed
Type:
boolean
- Signified whether the instance is destroyed or not