maxConcurrentOperationsPercent property

Decimal? maxConcurrentOperationsPercent
getter/setter pair

The maximum percentage of total units in the scope that can be in-flight.

Example: 10.5 for 10.5%. If both percent and count are provided, the system uses the MINIMUM (most restrictive).

Optional.

Implementation

Decimal? maxConcurrentOperationsPercent;