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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool HasAnyOperationsAborted { get; }
Property Value
Type:
Booleantrue if this instance has any operations aborted; otherwise,
false.
See Also