isRunning property
bool
get
isRunning
Whether the scheduler poll loop is active.
Implementation
bool get isRunning => _running_;
Whether the scheduler poll loop is active.
bool get isRunning => _running_;