Properties

parallel

parallel?: number

How many of these tasks can run in parallel

order

order?: number

Order is used to sort this task in the queue

params

params?: TaskArgs

Parameters to pass to task function

isOptional

isOptional?: boolean

Is this an optional task