mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
add isRunning method
This commit is contained in:
committed by
Matthieu Gautier
parent
cfdd634c3c
commit
87f5b56b72
@ -14,6 +14,7 @@ class KiwixServe
|
||||
|
||||
void run();
|
||||
void shutDown();
|
||||
bool isRunning();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Subprocess> mp_kiwixServe;
|
||||
|
Reference in New Issue
Block a user