ParallelExecutionInputBase interface
- Extends
Properties
continue |
Indicate whether continue execution of deployment on error or not. |
max |
Maximum number of agents used while parallel execution. |
Inherited Properties
parallel |
Parallel execution type, for example MultiConfiguration or MultiMachine. |
Property Details
continueOnError
Indicate whether continue execution of deployment on error or not.
continueOnError: boolean
Property Value
boolean
maxNumberOfAgents
Maximum number of agents used while parallel execution.
maxNumberOfAgents: number
Property Value
number
Inherited Property Details
parallelExecutionType
Parallel execution type, for example MultiConfiguration or MultiMachine.
parallelExecutionType: ParallelExecutionTypes
Property Value
Inherited From ExecutionInput.parallelExecutionType