Enum DatabaseState
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The state that the database is currently operating in.
public enum DatabaseState
- Extension Methods
Fields
Active = 2The state that a database enters when it is determined to be active.
Deletion = 3The state that a database enters when it is determined to be deleted.
Inactive = 1The state that a database enters when it is determined to be inactive.
Unknown = 0The default state of a database. (The database should be in this state until the DatabaseActiveStateWatcher determines otherwise)