CausalitySynchronousWork
CausalitySynchronousWork
CausalitySynchronousWork
CausalitySynchronousWork
Enum
Definition
Indicates the relationship between a work item and an asynchronous operation.
public : enum class CausalitySynchronousWorkpublic enum CausalitySynchronousWorkPublic Enum CausalitySynchronousWork// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| CompletionNotification CompletionNotification CompletionNotification CompletionNotification | The work item being scheduled is running due to the completion of the asynchronous operation. |
| Execution Execution Execution Execution | The work item being scheduled is part of the actual work of the asynchronous operation, like opening a file. |
| ProgressNotification ProgressNotification ProgressNotification ProgressNotification | The work item being scheduled is running due to reaching a milestone within the asynchronous operation. |