isShuttingDown property

bool get isShuttingDown

Implementation

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