isStopped property
bool
get
isStopped
Whether the logic block is stopped (not yet started or explicitly stopped).
Implementation
bool get isStopped => _status == LogicBlockStatus.stopped;
Whether the logic block is stopped (not yet started or explicitly stopped).
bool get isStopped => _status == LogicBlockStatus.stopped;