values property
Set of all values of PrintJobState.
Implementation
static final Set<PrintJobState> values = [
PrintJobState.BLOCKED,
PrintJobState.CANCELED,
PrintJobState.COMPLETED,
PrintJobState.CREATED,
PrintJobState.FAILED,
PrintJobState.QUEUED,
PrintJobState.STARTED,
].toSet();