Subsystem.FreezeFaultingProcessOnException Property

Accesses the configuration parameter that specifies whether RTX64 terminates or freezes a faulting RTSS process (i.e., a process that has caused an exception) or a process in which a run-away thread has been detected (see property WatchdogEnabled). If set to true, a RTSS process in which a thread faults or becomes a run-away thread is frozen. If set to false, the process is terminated. If this property is changed, the real-time Subsystem must be restarted for the change to take effect.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool FreezeFaultingProcessOnException { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemFreezeFaultingProcessOnException
See Also