Start the NetworkedApplication, using the provided AgentConn to connect.
(conn workspacesdk.AgentConn)
| 22 | io.Closer |
| 23 | // Start the NetworkedApplication, using the provided AgentConn to connect. |
| 24 | Start(conn workspacesdk.AgentConn) error |
| 25 | } |
| 26 | |
| 27 | // WorkspaceStarter is used to create a start build of the workspace. It is an interface here because the CLI has lots |
no outgoing calls