Timestate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} During a project session in the Tygron Engine, construction states transform from one phase into another. For example; from being planned, to being permitted, to bein...") |
mNo edit summary |
||
Line 33: | Line 33: | ||
|- | |- | ||
| <code>PENDING_CONSTRUCTION</code> | | <code>PENDING_CONSTRUCTION</code> | ||
| | | This construction is awaiting demolition, because an upgrade is planned which will create a new construction. | ||
|- | |- | ||
| <code>PENDING_DEMOLISHING</code> | | <code>PENDING_DEMOLISHING</code> |
Revision as of 13:34, 17 August 2017
This article is a stub.
During a project session in the Tygron Engine, construction states transform from one phase into another. For example; from being planned, to being permitted, to being constructed, to being ready.
The currently available states are:
State | Explanation |
---|---|
CONSTRUCTING
|
Construction is being constructed. |
CONSTRUCTION_APPROVED
|
Construction is approved. |
CONSTRUCTION_DENIED
|
Construction is denied. |
DEMOLISH_APPROVED
|
Demolition is approved. |
DEMOLISH_DENIED
|
Demolition is denied. |
DEMOLITION_FINISHED
|
Demolition is finished. |
DEMOLISHING
|
Construction is being demolished. |
NOTHING
|
Construction does not exist. |
PENDING_CONSTRUCTION
|
This construction is awaiting demolition, because an upgrade is planned which will create a new construction. |
PENDING_DEMOLISHING
|
Construction is waiting for the date to be demolished. |
PENDING_UPGRADE
|
Construction is waiting for the date to be upgraded. |
READY
|
Construction is done constructing. |
REQUEST_CONSTRUCTION_APPROVAL
|
Request is send to ask construction approval. |
REQUEST_DEMOLISH_APPROVAL
|
Request is send to ask demolition approval. |
REQUEST_ZONING_APPROVAL
|
Request is send to ask zoning approval. |
WAITING_FOR_DATE
|
Waiting to receive a date on which to start construction. |
WAITING_FOR_DEMOLISH_DATE
|
Waiting to receive a date on which to start demolition. |