[]
Raises the LongOperation event.
protected bool OnLongOperation(double complete, bool canCancel)
Type | Name | Description |
---|---|---|
double | complete | How much is complete (from 0 to 1). |
bool | canCancel | Whether the operation can be cancelled. |
Type | Description |
---|---|
bool | If this method returns true then async operation should be cancelled. |