interface ExecutionInput {
    parallelExecutionType?: ParallelExecutionTypes;
}

Hierarchy (View Summary)

Properties

parallelExecutionType?: ParallelExecutionTypes

Parallel execution type, for example MultiConfiguration or MultiMachine.