Skip to content

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.

See also

Module: Thread

Clone this wiki locally