get_building_status
Retrieves the status of a single building
Parameters
Response
Element
status
Description
intitializing - The building has been created but calculate_base_building has not been called for the building's current values
base_calculated - calculate_base_building has been run for the building's current values, but they are not yet locked
locked - commit_results has been called and the building's inputs are now locked in and cannot be changed
completed - calculate_package_building has been run - labels may now be generated for the building
deleted - The building has been marked "deleted" by a call to delete_buildings_by_id
none - A special status that is assigned to buildings that predate the building status feature. They will be assigned a status if any operation is performed on them.
Roles
For obvious reasons, this method can be accessed by anyone without restriction