IDiagnosticsRtProcess.WaitForExitCode Method

WaitForExitCode.

Waits for the associated real-time process to terminate and makes the exit code of the process available in property RtProcess.ExitCode.

IMPORTANT: Property ExitCode is not guaranteed to contain the exit code of the real-time process unless one of WaitForExitCode’s overloads is used. It is not sufficient to call RtProcess.WaitForExit and then read property ExitCode.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Diagnostics
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
int WaitForExitCode()

Return Value

Type: Int32

See Also: