ExecutionSpec constructor
ExecutionSpec({
- bool? delayExecution,
- int? parallelism,
- int? taskCount,
- TaskTemplateSpec? template,
Implementation
ExecutionSpec({
this.delayExecution,
this.parallelism,
this.taskCount,
this.template,
});