Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ISessionService
Description
Checks whether the service is running.
| Name | IsRunning |
| Type | function |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ISessionService.h |
| Include Path | #include "ISessionService.h" |
bool IsRunning()
true if the service is running, false otherwise.
See Also
-
Start
-
Stop