isRunning property

bool get isRunning

Whether the command is still running.

Implementation

bool get isRunning => !_stopped;