OnDemandCancelFlags Enumeration |
Flags set by the CancelHydrateData or CancelPopulatePlaceholders method.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OnDemandCancelFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| IOTimeout | 1 |
Flag to be set if the user request is cancelled as a result of the expiration of the 60 second timer.
|
| IOAborted | 2 |
Flag to be set if the user request is cancelled as a result of the user explicitly terminating the hydration from app-initiated download toast.
|
| DehydrateNotPinnedHydrating | 1073741824 |
Flag to be set when a file was being hydrated while it's not pinned.
This flag is specific to ShellBoost.
|
See Also