IsVICSession

(Engine-Level Function)

Description Returns TRUE to indicate that a call is being made from a VTScada Thin Client session.
Returns Boolean
Usage Script Only.
Function Groups VTScada Internet Client
Related to:
Format: IsVICSession([IsAnywhere])
Parameters  
IsAnwhere
Optional Boolean. When set TRUE, makes IsVICSession only return true if the session is an Anywhere client session. When FALSE (0), the function returns true if the client is either a VIC or an Anywhere client. Defaults to 0.
Comments Certain modules need to know whether they are being executed from a VTScada workstation or a VIC, and will adjust their behavior as needed. IsVICSession provides a quick test to determine this.