Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMonitoredProcess
Description
Checks whether the process is still running. In single threaded mode, this will tick the thread processing
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h |
| Include Path | #include "Misc/MonitoredProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp |
bool Update()
true if the process is running, false otherwise.