-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_Async
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Status of an asynchronous task.
Name | Value | Details |
---|---|---|
MTY_ASYNC_OK |
0 |
The task has completed and the result is ready. |
MTY_ASYNC_DONE |
1 |
There is no task in progress. |
MTY_ASYNC_CONTINUE |
2 |
The task is currently in progress. |
MTY_ASYNC_ERROR |
3 |
The task has failed. |