isStopped property

bool isStopped

Implementation

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