ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / QueueIdleAction Method

In This Topic
    QueueIdleAction Method
    In This Topic
    Queues an action that will be performed when the application next enters an idle state where the user is not interacting with a modal dialog or performing any activity that might conflict with the specified action.
    Syntax
    public static void QueueIdleAction( 
       Action action
    )
    Public Shared Sub QueueIdleAction( _
       ByVal action As Action _
    ) 

    Parameters

    action
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also