FormsPreloadingManager.updateState Method

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

Syntax

public void updateState()

Run On

Client

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.

See Also

Reference

FormsPreloadingManager Class