Completed
data class Completed(val rootPlanId: LinearOnboardingPlanId, val result: LinearOnboardingResult? = null) : LinearOnboardingState.Started
Reached by running past the last step of the top plan. result is the root plan's outcome, such as a query to launch when handing off to the browser, or null. This state is terminal.