batchModePriority property

int? batchModePriority
getter/setter pair

The processing priority of a batch job.

This field can only be set for batch mode jobs. The default value is 0. This value cannot be negative. Higher values correspond to higher priorities for the job.

Implementation

core.int? batchModePriority;