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