Interface IFaultStateProvider
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Interface for providing FaultState.
public interface IFaultStateProvider
Properties
EffectiveStatus
Gets the Effective FaultStatus.
FaultStatus? EffectiveStatus { get; }
Property Value
Methods
GetEffectiveState()
Gets the effective FaultState.
FaultState GetEffectiveState()
Returns
- FaultState
An effective FaultState.