ArcGIS Pro 2.9 API Reference Guide
IsCancelled Property

ArcGIS.Desktop.Editing Namespace > EditOperation Class : IsCancelled Property
Gets a value indicating if the EditOperation has been Cancelled. EditOperations are marked as Cancelled when they have been Executed but cancelled before completing and not performed.
Syntax
public bool IsCancelled {get;}
Public ReadOnly Property IsCancelled As Boolean
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members