Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

ProcessIsClient

  • Last UpdatedJul 18, 2023
  • 1 minute read

Determines if the currently executing process contains a Client component.

Syntax

ProcessIsClient()

Return Value

TRUE (1) if the process contains a Client component, otherwise FALSE (0).

ProcessIsServer, ServerInfo, ServerInfoEx, ServiceGetList

Example

To execute local variable simulation code on the client only:

IF (ProcessIsClient()) THEN

SimulateLocalVariables();

END

See Also

Miscellaneous Functions

In This Topic
TitleResults for “How to create a CRG?”Also Available in