UIThreadOperationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a status of executing a potentially long running operation on the UI thread.
public enum class UIThreadOperationStatus
public enum UIThreadOperationStatus
type UIThreadOperationStatus =
Public Enum UIThreadOperationStatus
- Inheritance
-
UIThreadOperationStatus
Fields
Canceled | 1 | An operation was cancelled. |
Completed | 0 | An operation was successfully completed. |