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

ignoreSoftFailure

ignoreSoftFailure?: boolean

Can this task ignore soft failures