taskQueueing property
A value that determines whether tasks should be queued before executing the
tasks. If set to ENABLED
, the tasks will be queued. The default
is ENABLED
.
If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see queue-task-execution.
Implementation
final TaskQueueing? taskQueueing;