FGenericPlatformProcess::GetProcReturnCode

Retrieves the termination status of the specified process.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h

Include

#include "GenericPlatform/GenericPlatformProcess.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp

Syntax

static bool GetProcReturnCode
(
    FProcHandle & ProcHandle,
    int32 * ReturnCode
)

Remarks

Retrieves the termination status of the specified process.