BackgroundOperationCancelled Property |
Is the operation cancelled. A cancelled operation cannot be used and is waiting to be disposed.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool Cancelled { get; }
Public ReadOnly Property Cancelled As Boolean
Get
public:
property bool Cancelled {
bool get ();
}
Property Value
Type:
Boolean
See Also