State returns the process state
(ctx context.Context)
| 37 | ID() string |
| 38 | // State returns the process state |
| 39 | State(ctx context.Context) (State, error) |
| 40 | // Kill signals a container |
| 41 | Kill(ctx context.Context, signal uint32, all bool) error |
| 42 | // ResizePty resizes the processes pty/console |
no outgoing calls