ExpandedException2 Class |
Namespace: Telogis.API
The ExpandedException2 type exposes the following members.
Name | Description | |
---|---|---|
ConditionID |
ID of the condition violated by this exception.
| |
DriverId |
The ID of the driver that caused the exception.
| |
DriverName |
The Name of the driver that caused the exception.
| |
ID |
Unique ID for this exception.
| |
Point |
The point at which the exception occured.
| |
TimeOff |
Time the exception ended (local time).
| |
TimeOn |
Time the exception began (local time).
| |
TimeTriggered |
Time this exception was triggered (local time). Typically you would allow a few minutes grace
time after a condition is violated (at TimeOn) to allow for unforseen circumstances.
However, if the condition is still violated after this grace period the exception
will trigger. This means that TimeTriggered will often be a few minutes after TimeOn.
| |
UnitId |
The ID of the unit that caused the exception.
| |
UnitName |
The Name of the unit that caused the exception.
|