Table of Contents

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 = 2

The state that a database enters when it is determined to be active.

Deletion = 3

The state that a database enters when it is determined to be deleted.

Inactive = 1

The state that a database enters when it is determined to be inactive.

Unknown = 0

The default state of a database. (The database should be in this state until the DatabaseActiveStateWatcher determines otherwise)