Interface Workspace.Status
- Enclosing class:
- Workspace
public static interface Workspace.Status
The current status of the workspace.
-
Field Summary
Fields Modifier and Type Field Description static String
AVAILABLE
Available.static String
FAILED
Failed.static String
NON_EXISTENT
Non Existent.static String
TRAINING
Training.static String
UNAVAILABLE
Unavailable.
-
Field Details
-
NON_EXISTENT
Non Existent.- See Also:
- Constant Field Values
-
TRAINING
Training.- See Also:
- Constant Field Values
-
FAILED
Failed.- See Also:
- Constant Field Values
-
AVAILABLE
Available.- See Also:
- Constant Field Values
-
UNAVAILABLE
Unavailable.- See Also:
- Constant Field Values
-