isStarted property

  1. @override
bool get isStarted
override

Whether the logic block is currently running and can accept inputs.

Implementation

@override
bool get isStarted => status == LogicBlockStatus.started;