ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / RunningOperation Property
Version

RunningOperation Property
The Operation that is currently running. Automatically set and cleared by the system as operations are executed.
Syntax
public Operation RunningOperation {get;}
Remarks
Code that is running as part of a "sync callback" can check this property to decide whether a new operation is needed.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also