Properties
fn
fn: __type
A function reference
params
params: TaskArgs
Parameters to pass to task function
group
group: string
So we can abort tasks, or halt tasks belonging to the same group
parallel
parallel: number
How many of the fn can run in parallel
order
order: number
Order is used to sort this task in the queue
state
state: number
State of this task
abortController
abortController: AbortController
Used to abort the task
isOptional
isOptional: boolean
Run this task even when an earlier task has a soft failure