Tasks returns all the current tasks for the runtime. Any container runs at most one task at a time.
(ctx context.Context, all bool)
| 78 | // Tasks returns all the current tasks for the runtime. |
| 79 | // Any container runs at most one task at a time. |
| 80 | Tasks(ctx context.Context, all bool) ([]Task, error) |
| 81 | // Delete remove a task. |
| 82 | Delete(ctx context.Context, taskID string) (*Exit, error) |
| 83 | } |
no outgoing calls
no test coverage detected