WorkspaceAgentLifecycle represents the lifecycle state of a workspace agent. The agent lifecycle starts in the "created" state, and transitions to "starting" when the agent reports it has begun preparing (e.g. started executing the startup script).
| 33 | // "starting" when the agent reports it has begun preparing (e.g. started |
| 34 | // executing the startup script). |
| 35 | type WorkspaceAgentLifecycle string |
| 36 | |
| 37 | // WorkspaceAgentLifecycle enums. |
| 38 | const ( |
no outgoing calls
no test coverage detected