(self)
| 409 | return TaskIterator(self) |
| 410 | |
| 411 | def __repr__(self): |
| 412 | return f'<Task object ({self.task_spec.name}) in state {TaskState.get_name(self.state)} with id {self.id}>' |
| 413 | |
| 414 | # I will probably remove these methods at some point because I hate them |
| 415 |