isRunning property

bool isRunning
getter/setter pair

Signifies whether the service is currently running or not. The service can be stopped/started as needed for performance.

Implementation

bool isRunning = false;