isRunning property

bool get isRunning

Whether the program is currently running.

Implementation

bool get isRunning => _running;