Table of Contents

Enum ExceptionRuleMode

Namespace
Geotab.Checkmate.ObjectModel.Exceptions
Assembly
Geotab.Checkmate.ObjectModel.dll

The mode of the Rule.

public enum ExceptionRuleMode
Extension Methods

Fields

EnteringZone = 4

Entering a zone.

ExitingZone = 5

Exiting a zone.

Inside = 0

Checked inside a zone.

Outside = 1

Checked outside a zone.

StopInside = 2

Check for stop inside a zone.

StopOutside = 3

Check for stop outside a zone.