Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 911 Bytes

causalitysynchronouswork.md

File metadata and controls

31 lines (21 loc) · 911 Bytes
-api-id -api-type
T:Windows.Foundation.Diagnostics.CausalitySynchronousWork
winrt enum

CausalitySynchronousWork

-description

Indicates the relationship between a work item and an asynchronous operation.

-enum-fields

-field CompletionNotification:0

The work item being scheduled is running due to the completion of the asynchronous operation.

-field ProgressNotification:1

The work item being scheduled is running due to reaching a milestone within the asynchronous operation.

-field Execution:2

The work item being scheduled is part of the actual work of the asynchronous operation, like opening a file.

-remarks

-examples

-see-also

CausalityRelation, CausalitySource, CausalityTraceLevel