FileOperationIsOperationAborted Method
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: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsOperationAborted()
Public Function IsOperationAborted As Boolean
Dim instance As FileOperation
Dim returnValue As Boolean
returnValue = instance.IsOperationAborted()
public:
bool IsOperationAborted()
member IsOperationAborted : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if any file operations were aborted before they were complete;
otherwise,
.