Table of Contents

Enum FaultResetMode

Namespace
Geotab.Checkmate.ObjectModel.Engine
Assembly
Geotab.Checkmate.ObjectModel.dll

Specify whether the fault resets automatically or manually.

public enum FaultResetMode
Extension Methods

Fields

AutoReset = 1

The engine FaultData data ExceptionEvent for this kind of Diagnostic will always contain single FaultData instance.

None = 0

The engine FaultData data ExceptionEvent for this kind of Diagnostic can contain a number of sequential FaultData instances. These instances will continue to grow until the fault condition ends.