uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
AsyncBrowseForFileTask Class Reference

An Asyncronous task that browses for a file on disk. More...

Inheritance diagram for AsyncBrowseForFileTask:
AsyncTask

Public Attributes

string result
 path to file if browse was successful
 
- 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.
 

Detailed Description

An Asyncronous task that browses for a file on disk.