isShuttingDown property

bool isShuttingDown

Implementation

bool get isShuttingDown {
  return this.workPhase == WorkPhase.stopping;
}