maxConcurrency property
The number of active simulation jobs create as part of the batch that can be in an active state at the same time.
Active states include: Pending
,Preparing
,
Running
, Restarting
, RunningFailed
and Terminating
. All other states are terminal states.
Implementation
final int? maxConcurrency;