|
CX Framework
Cross-platform C utility framework
|
Dependency on another task completing. More...
#include <taskrequirestask.h>
Data Fields | |
| int64 | expires |
| Time after which requirement times out and fails (0 = no timeout) | |
| Task * | task |
| Task that must complete. | |
| bool | failok |
| If true, allow dependent task to run even if this task fails. | |
Dependency on another task completing.
Definition at line 52 of file taskrequirestask.h.