RTProcess WaitForExit Method IntervalZero RTX Managed Code
Instructs the IntervalZero.Diagnostics.RealTimeProcess component to wait indefinitely for the associated process to exit.

Namespace:  RTX.Diagnostics
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public bool WaitForExit()

Return Value

Type: OnlineBoolean
Returns true if the associated process has exited; otherwise, returns false
See Also