CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Task Struct Reference

Task with name, timing information, and completion callbacks. More...

#include <task.h>

Public Member Functions

 atomic (uint32) state
 Current task state and flags.
 

Data Fields

string name
 Task name shown in monitor output.
 
int64 last
 Last time this task was moved between queues and/or run.
 
cchain oncomplete
 Functions called when task completes (success or failure)
 

Detailed Description

Task with name, timing information, and completion callbacks.

Definition at line 52 of file task.h.


The documentation for this struct was generated from the following file: