| 36 | * Throws ZRUI_INVALID_STATE on illegal transition attempts. |
| 37 | */ |
| 38 | export class AppStateMachine { |
| 39 | private state0: AppRuntimeState = "Created"; |
| 40 | |
| 41 | get state(): AppRuntimeState { |
nothing calls this directly
no outgoing calls
no test coverage detected