![]() |
uvi-script
Musical event scripting with Lua
|
An Asyncronous task. More...
Public Member Functions | |
| void | cancel () |
| notify the task that it should be cancelled. | |
An Asyncronous task.
a task object that performs an operation asyncronously
| void AsyncTask::cancel | ( | ) |
notify the task that it should be cancelled.
N.B.: Cancelling is also asynchronous, the task will note be cancelled immediately. If the task is cancelled in the middle of an operation (i.e. purging 1000 keygroups), the Engine is left in an indeterminate state and this is the script's responsibility to restore a valid state.