Process returns a process within the task for the provided id
(ctx context.Context, id string)
| 81 | Update(ctx context.Context, resources *types.Any, annotations map[string]string) error |
| 82 | // Process returns a process within the task for the provided id |
| 83 | Process(ctx context.Context, id string) (ExecProcess, error) |
| 84 | // Stats returns runtime specific metrics for a task |
| 85 | Stats(ctx context.Context) (*types.Any, error) |
| 86 | } |
no outgoing calls
no test coverage detected