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