CancellationListenerIsCancelled Method |
Returns true if the operation associated with this instance has been cancelled.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsCancelled()
Public Function IsCancelled As Boolean
public:
bool IsCancelled()
member IsCancelled : unit -> bool
Return Value
Boolean
See Also