Click or drag to resize

FileOperationHasAnyOperationsAborted Property

Gets a value that states whether any file operations initiated by a call to PerformOperations were stopped before they were complete. The operations could be stopped either by user action or silently by the system.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool HasAnyOperationsAborted { get; }

Property Value

Type: Boolean
true if this instance has any operations aborted; otherwise, false.
See Also