Stop will stop sandbox instance
(ctx context.Context, sandboxID string, opts ...StopOpt)
| 102 | Platform(_ctx context.Context, _sandboxID string) (imagespec.Platform, error) |
| 103 | // Stop will stop sandbox instance |
| 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 |
no outgoing calls
no test coverage detected