![]() |
SCENE C++ API
2.0.32
|
A task object representing an asynchronous operation. More...
#include <lsfuturetask.h>
Public Member Functions | |
void | abort () |
Aborts the associated operation. More... | |
bool | isFinished () const |
Returns whether the associated operation has been finished. More... | |
int | getProgress () const |
Returns the progress state of the associated operation. More... | |
LSResult::Result | getResult () const |
Gets the result code of the associated operation. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
A task object representing an asynchronous operation.
void abort | ( | ) |
Aborts the associated operation.
bool isFinished | ( | ) | const |
Returns whether the associated operation has been finished.
int getProgress | ( | ) | const |
Returns the progress state of the associated operation.
LSResult::Result getResult | ( | ) | const |
Gets the result code of the associated operation.
Blocks until the result is available.