ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / DockPane Class / IsBusy Property

In This Topic
    IsBusy Property (DockPane)
    In This Topic
    Gets a boolean to let clients know the DockPane is currently processing a Task.
    Syntax
    public virtual bool IsBusy {get;}
    Public Overridable ReadOnly Property IsBusy As Boolean
    Remarks
    Derived classed should set this flag whenever they are running a Task.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also