Next returns the next stdout/stderr chunk.
func (
h *SandboxCommandHandle) Next(ctx context.Context) (chunk SandboxOutputChunk,
ok bool,
err error
)Next returns the next stdout/stderr chunk. If ok is false, the command stream has ended and Result returns the final command result.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context |