Encapsulates information about the state of a space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public enum SpaceState
Public Enumeration SpaceState
public enum class SpaceState
public enum SpaceState
Members
Member | Description |
---|---|
Starting |
Space is starting.
|
Started |
Space is started.
|
Stopped |
Space is stopped.
|
Aborted |
Space has been aborted.
|
Unknown |
Space is unreachable.
|