priority property

int? priority
getter/setter pair

Specify the priority of the job.

Enter a value between 0 and 100, where 0 is the lowest priority and 100 is the highest priority. The default is 0.

Implementation

core.int? priority;