Skip to content

GET_APP_INFO ​

GET_APP_INFO returns information about the current ADOxx application.

Syntax ​

leo-grammar
CC "Application" GET_APP_INFO	

#--> RESULT app:strValue ws: 0|1 .
CC "Application" GET_APP_INFO	

#--> RESULT app:strValue ws: 0|1 .

Parameters ​

none

Returns ​

  • app (strValue) - is either "bpmtk" for areena.exe or awssvr.exe or "admintk" for aadma.exe
  • ws (intValue, 0|1) - , is 1 when running in web service mode (awssvr.exe)

Details ​

See Also ​

Examples ​

Executing code only in web service mode.

leo-grammar
CC "Application" GET_APP_INFO
IF (ws) {'
    # web service specific code
}
CC "Application" GET_APP_INFO
IF (ws) {'
    # web service specific code
}

Versions and Changes ​

Available since ADOxx 1.3