Services Closing¶
The abstraction of services in the software may be turned off, either temporarily or permanently during the simulation of the infection spread in the city.
Services can be configured to be closed inside the respective dictionary that created the service in the services
parameter, this configuration is done with the service parameter close
, that can be set to True
or False
, a decision process should also be configured globally with decision
and decision_par_services_closing
, or individually for each service with the service's parameters decision
and decision_par
.
Seealso
See services configuration for more details on how to configure services parameters, and decisions for how to configure decision process.