isPrinting method

bool isPrinting()

Implementation

bool isPrinting() {
  return FLAG_PRINTING & _value != 0;
}