PrintingStatus

PrintingStatus is an enumeration that consists of values that represent the print job status.

  • Unknown: represents the status not being able to be recognized.
  • Printing: status that represents the currently ongoing printing operation.
  • PrintingSucceeded: status that represents a successful print job after it completes.
  • PrintingFailed: status that represents a failed print job after the attempt to print.