The values are stored here, and set through writing into GridPointStatusBitSignal_t.
| Public Attributes | |
| bool | Allocated | 
| < Whether this GridPoint is allocated by another one | |
| bool | Available | 
| < !(Denied | Allocated | PreAllocated) | |
| bool | Denied | 
| < Whether this scGridPoint is denied, from any reason | |
| bool | Meta | 
| < Executing a metainstruction (surely Allocated) | |
| bool | PreAllocated | 
| < Whether this scGridPoint is preallocated by another one | |
| bool | Sleeping | 
| < (Denied | Wait | !(Allocated| PreAllocated)) | |
| bool | Wait | 
| < The GridPoint is blocked (surely Allocated, maybe Meta) | |