LaunchBoost Events
LaunchBoost Events Dev-Only
LaunchBoost events are for reacting to the patching or security flow.
On Security Passed
Fires when the security stage completes successfully. You could use this to unlock the next stage of a launch or patch process.
On Progress
Fires while progress updates are being received. Useful for progress bars, status text, or live patch feedback.
On Ready
Fires when the system reports that it is ready. Good for enabling buttons, hiding loading states, or moving to the next step.
On Done
Fires when the process finishes. Useful for completion messages, relaunch behaviour, or showing a success state.
On Error
Fires if the process reports an error. This is where you would usually show a failure message or retry path.