state property

String? state
getter/setter pair

The final state of the job. Possible string values are:

  • "STATE_UNSPECIFIED" : Print job is in an unspecified state.
  • "PRINTED" : The document was successfully printed.
  • "CANCELLED" : Print job was cancelled.
  • "FAILED" : Print job failed.

Implementation

core.String? state;