Interface TaskOptions

Index

Properties

Properties

optional public async?: boolean

Perform this task asynchronously. If you flag a task with this option, you must call the global complete method inside the task's action, for execution to proceed to the next task.

default

false