BLOCKED property

PrintJobState BLOCKED
final

Print job state: The print job is blocked.

Next valid states: FAILED, CANCELED, STARTED.

Officially Supported Platforms/Implementations:

Implementation

static final BLOCKED = PrintJobState._internalMultiPlatform(4, () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.android:
      return 4;
    default:
      break;
  }
  return null;
});