RTProcess WaitForExit Method (Int32) IntervalZero RTX Managed Code
Instructs the IntervalZero.Diagnostics.RealTimeProcess component to wait the specified number of milliseconds 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(
	int milliseconds
)

Parameters

milliseconds
Type: OnlineSystem Int32
The amount of time, in milliseconds, to wait for the associated process to exit. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system.

Return Value

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