[]
Asynchronous method should call this method to notify about execution progress.
bool OnLongOperation(double complete, bool canCancel)
Type | Name | Description |
---|---|---|
double | complete | Progress 0..1 |
bool | canCancel | true indicates that operation can be cancelled at this moment. |
Type | Description |
---|---|
bool | If this method returns true then async operation should be cancelled. |