Added Method to check if a service is stopped

This commit is contained in:
Jan Kevin Dick
2019-11-18 10:14:39 +01:00
parent 5a484c1896
commit 34ad48d16c
4 changed files with 25 additions and 1 deletions

View File

@@ -95,6 +95,9 @@ public:
bool isRunning() const;
/// Returns true if the service is currently running.
bool isStopped() const;
/// Returns true if the service is currently stopped.
void start();
/// Starts the service.