Function identifies whether the call of currently processed RPC procedure
was initiated from ESL or JAVA script.
Declaration
BOOL %GetRPCCallerIsJava()
Parameters
No parameters.
Description
Function complements the functions %GetRPCCallerObject and %GetRPCCallerProcess.
It is advisable to use it in reverse RPC call because of the need to
distinguish whether the RPC procedure is implemented in ESL or Java script (the
script actions CALL and CALLJ).
Example
The usage of function is stated in the example of
%GetRPCCallerObject function.
Pridať komentár