Activity_GetBackgroundStatus()

Examples


The Activity_GetBackgroundStatus() function ascertains whether the runtime engine’s process queue contains any background procedures. You designate background procedures using the background parameter of the call statement.

Syntax

Activity_GetBackgroundStatus()

Parameters

• None

Return value

A boolean indicating the result; true if the function succeeded, false if it didn’t succeed.

Comments

The runtime engine displays a message automatically if a user attempts to exit an application when background processes remain in the process queue.

View background processes using the Process Monitor window. Use the Process Monitor inherited action in the Menu Definition window to allow the Process Monitor to be opened from within an application.


Documentation Feedback