tibas_spaceState
The tibas_spaceState enumerated type indicates the state of a space.
Declaration
typedef enum _tibas_spaceState { TIBAS_SPACE_STATE_INITIAL = 0, TIBAS_SPACE_STATE_LOADING = 1, TIBAS_SPACE_STATE_READY = 2, TIBAS_SPACE_STATE_SUSPENDED = 3, TIBAS_SPACE_STATE_RECOVER = 4, TIBAS_SPACE_STATE_INVALID = 100 } tibas_spaceState;
Values
Value | Description |
---|---|
TIBAS_SPACE_STATE_INITIAL | Indicates that a space is initializing. |
TIBAS_SPACE_STATE_LOADING | Indicates that a persisted space is loading. |
TIBAS_SPACE_STATE_READY | Indicates that a space is ready and can be seeded or have space operations performed on it. |
TIBAS_SPACE_STATE_SUSPENDED | Indicates that a space is suspended. |
TIBAS_SPACE_STATE_RECOVER | Indicates that a space is recovering after being in the SUSPENDED state. |
TIBAS_SPACE_STATE_INVALID | Indicates that a space is in an invalid state. |
Copyright © Cloud Software Group, Inc. All rights reserved.