jobPosition property

String? jobPosition
getter/setter pair

It's only effect when the job is in QUEUED state.

If it's positive, it indicates the job's position in the job scheduler. It's 0 when the job is already scheduled.

Output only.

Implementation

core.String? jobPosition;