isStopped property

bool get isStopped

Implementation

bool get isStopped {
  return this == WorkPhase.stopped || this == WorkPhase.error;
}