Instructs the IntervalZero.Diagnostics.RealTimeProcess component to wait the specified number of milliseconds for the associated process to exit.
Namespace: RTX.DiagnosticsAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- milliseconds
- Type:
System 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:
Returns true if the associated process has exited; otherwise, returns false.
See Also