RtProcess.EnumerateProcesses Method

Enumerate the running RTSS processes. This has a limit of 1000 running process SAME AS RTSSKill.

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
public static List<RtProcess> EnumerateProcesses()

Return Value

Type: List.RtProcess
Array running RtProcesses.

See Also: