... code that checks system stateif (system_state_favors_activation){prepare_for_activation();... code that checks system state againif (system_state_is_valid){if (system_state_favors_activation)trigger_activation();}elseperform_safety_shutdown_and_restart();}cancel_preparations();