Small company logo:
   History
 
Advertising banner:
 
 FCAppLoadState
Home • Help • Customization Tools • FCAS • Language Reference • FCAppLoadState
 
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.