![]() |
VR-Forces 4.1 Class Documentation
|
Public Member Functions | |
| DtAsyncJobToken (size_t id, DtAsyncJobServer *jobServer) | |
| ~DtAsyncJobToken () | |
| If the job has not been completed, sets its entry to canceled. | |
| const DtAsyncJobResult * | result () |
| virtual void | processStatusChangedCallback (DtAsyncJobStatus status) |
Static Public Member Functions | |
| static void | statusChangedCallback (DtAsyncJobStatus status, DtAsyncJobToken *token) |
Public Attributes | |
| size_t | myId |
| DtAsyncJobServer * | myJobServer |
| DtAsyncJobStatus | myStatus |
| DtAsyncJobToken::DtAsyncJobToken | ( | size_t | id, |
| DtAsyncJobServer * | jobServer | ||
| ) |
| DtAsyncJobToken::~DtAsyncJobToken | ( | ) |
If the job has not been completed, sets its entry to canceled.
If the job has completed, marks it for removal.
| const DtAsyncJobResult* DtAsyncJobToken::result | ( | ) |
|
static |
|
virtual |
| size_t DtAsyncJobToken::myId |
| DtAsyncJobServer* DtAsyncJobToken::myJobServer |
| DtAsyncJobStatus DtAsyncJobToken::myStatus |