ArcGIS Pro 2.6 API Reference Guide
QueueIdleAction Method

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : QueueIdleAction Method
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 10, Windows 8.1, Windows 7

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members