enum LongOperationFlag
Flags used to control the behaviour of LongAsynchronousOperation.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
ReportsProgress |
1 |
Operation does not report progress percentages. |
CanBeAborted |
2 |
User can be abort the operation. |