MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsProcRunning

Function IsProcRunning

Source/Engine/Platform/Windows/WindowsPlatform.cpp:1127–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127bool IsProcRunning(HANDLE handle)
1128{
1129 return WaitForSingleObject(handle, 0) == WAIT_TIMEOUT;
1130}
1131
1132void ReadPipe(HANDLE pipe, Array<char>& rawData, Array<Char>& logData, LogType logType, CreateProcessSettings& settings)
1133{

Callers 1

CreateProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected