Class JobStateMatcher (5.10.1)

JobStateMatcher(value)

A matcher that specifies categories of job states.

Enums

Name Description
ALL Match all jobs, regardless of state.
ACTIVE Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.
NON_ACTIVE Only match jobs in terminal states: CANCELLED, DONE, or ERROR.