RtProcess.WaitForExit Method
Instructs the IntervalZero.MaxRT.wRTOS.RtApi.Diagnostics.RtProcess object to wait indefinitely for the associated process to exit.
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
public bool WaitForExit()
Return Value
Type: Boolean
Returns true if the associated process has exited; otherwise, returns false.
Implements
IDiagnosticsRtProcess.WaitForExit.
See Also: