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