children sub-tasks
(Task)
| 58 | CloseFinal() error |
| 59 | Children() []Task // children sub-tasks |
| 60 | Add(Task) error // Add a child to this dag |
| 61 | } |
| 62 | |
| 63 | // TaskRunner is an interface for a single task in Dag of Tasks necessary to execute a Job |
no outgoing calls