Advertising banner:

History
 
 FCAppLoadState
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCAppLoadState
 
FCAppLoadState (FirstClass internal functions)
Purpose
Returns the current load status of the application.
This function returns one of the following constants:


FCAppLoaded
Application is currently loaded by FCAS.
FCAppUnloaded
Application is not loaded by FCAS.
FCAppUnloading
FCAS is unloading the application.
FCAppReloading
FCAS is reloading the application.

Syntax
FCApploadState [(ApplicationName)]


ApplicationName
If this argument isn't specified, FCAppLoadState returns the load status of the calling application.