Wait blocks until sandbox process exits.
(ctx context.Context, sandboxID string)
| 104 | Stop(ctx context.Context, sandboxID string, opts ...StopOpt) error |
| 105 | // Wait blocks until sandbox process exits. |
| 106 | Wait(ctx context.Context, sandboxID string) (ExitStatus, error) |
| 107 | // Status will query sandbox process status. It is heavier than Ping call and must be used whenever you need to |
| 108 | // gather metadata about current sandbox state (status, uptime, resource use, etc). |
| 109 | Status(ctx context.Context, sandboxID string, verbose bool) (ControllerStatus, error) |
no outgoing calls