![]() |
uvi-script
Musical event scripting with Lua
|
An Asyncronous task that writes a file to disk. More...
Public Attributes | |
| string | data |
| the exact string written to the file: the JSON text produced by saveData(), or the string passed to saveTextData(). | |
Public Attributes inherited from AsyncTask | |
| int | id |
| unique identifier for this task | |
| bool | finished |
| a flag to indicate whether the task has been completed. | |
| float | progress |
| a value between 0 and 1 to be notified of the task's progress. | |
| bool | success |
| a flag to indicate whether the task has been successful. | |
| string | state |
| a string to indicate the current task state (pending | running | finished | cancelled) | |
Additional Inherited Members | |
Public Member Functions inherited from AsyncTask | |
| void | cancel () |
| notify the task that it should be cancelled. | |
An Asyncronous task that writes a file to disk.
Tasks returned by saveData() and saveTextData().