#include <QString>
#include <QVector>
#include <QSharedPointer>
#include <QWeakPointer>
Go to the source code of this file.
|
struct | Subtask |
| Represents a subtask within a task. More...
|
|
struct | Task |
| Represents a task containing multiple subtasks. More...
|
|
◆ SubtaskStatus
Represents the status of a subtask.
Enumerator |
---|
Inactive | The subtask is inactive (state where it can't be executed).
|
Ready | The subtask is ready to be executed.
|
Queued | The subtask is queued for execution.
|
Running | The subtask is currently being executed.
|