Update modifies executing tasks with updated settings
(context.Context, ...UpdateTaskOpts)
| 208 | Checkpoint(context.Context, ...CheckpointTaskOpts) (Image, error) |
| 209 | // Update modifies executing tasks with updated settings |
| 210 | Update(context.Context, ...UpdateTaskOpts) error |
| 211 | // LoadProcess loads a previously created exec'd process |
| 212 | LoadProcess(context.Context, string, cio.Attach) (Process, error) |
| 213 | // Metrics returns task metrics for runtime specific metrics |
no outgoing calls