Share via


FormsPreloadingManager.updateState Method

Definition

Queues forms for loading, handles high resource pressure, and updates other internal states.

public:
 virtual void updateState();
public virtual void updateState ();
abstract member updateState : unit -> unit
override this.updateState : unit -> unit
Public Overridable Sub updateState ()

Remarks

This method is typically called on a timer during idle periods. Call this method directly to force a state update during non-idle periods, such as when long-running X++ code is running.

Applies to