RTProcessRtIsDebuggerPresent Method |
Returns true if the real-time process identified by processId is being debugged, false otherwise.
Throws an RTX64Exception if passed process ID is invalid.
Namespace:
IntervalZero.RTX64.RTAPI.Diagnostics.RTProcessAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Parameters
- processId
- Type: SystemUInt32
Realtime process ID.
Return Value
Type: BooleanTrue - the process is being debugged. False - the process is not being debugged.
