HcsWaitForProcessExit

Description

Waits for a process in a compute system to exit.

Syntax

HRESULT WINAPI
HcsWaitForProcessExit(
    _In_ HCS_PROCESS process,
    _In_ DWORD timeoutMs,
    _Outptr_opt_ PWSTR* result
    );

Parameters

process

The handle to the process to exit.

timeoutMs

Time to wait in milliseconds for the process to exit.

result

JSON document of ProcessStatus.

The caller is responsible for releasing the returned string using LocalFree.

Return Values

The function returns HRESULT.

Requirements

Parameter Description
Minimum supported client Windows 10, version 2104
Minimum supported server Windows Server 2022
Target Platform Windows
Header ComputeCore.h
Library ComputeCore.lib
Dll ComputeCore.dll