FCAppLaunchMethod (FirstClass internal functions) 
Purpose 
Returns the method by which the calling application was launched. 
This function returns one of the following constants: 
 
 
FCServerLaunched  | 
Application was launched as server application.  | 
 
FCCalendarLaunched  | 
Application was launched as a calendar application.  | 
 
FCHelperLaunched  | 
Application was launched as a helper application.  | 
 
FCSessionLaunched  | 
Application was launched at client login.  | 
 
FCDebugLaunched  | 
Application was launched by FCAS in debug mode.  | 
 
FCUserLaunched  | 
Application was launched from Desktop stationery.  | 
 
FCAppLaunched  | 
Application was launched from another FCAS application.  | 
 
  
 
Syntax 
FCAppLaunchMethod 
 |