Task
Description
I'd like the various countertop components to store their current state (e.g. STARTED STOPPED ... other things?)
I could see this being useful some day for health monitoring as well.
This feels like it would be appropriate for base-constants if it is possible that states would ever be exposed via something like getState().
Relevant Resources / Research
Some possible states we would want to keep track of:
- STARTED
- STOPPED
- STARTING
- STOPPING
- ERRORED
Related Issues
None.
Task
Description
I'd like the various countertop components to store their current state (e.g.
STARTEDSTOPPED... other things?)I could see this being useful some day for health monitoring as well.
This feels like it would be appropriate for
base-constantsif it is possible that states would ever be exposed via something like getState().Relevant Resources / Research
Some possible states we would want to keep track of:
Related Issues
None.