ProcInfo

(Engine-Level Function)

Description: Returns basic information about the VTScada process.
Returns: Numeric
Usage: Script Only.
Function Groups: Software and Hardware
Related to:
Format: ProcInfo(DataType)
Parameters:  
DataType
Required. A numeric value that specifies the type of process information to be retrieved by the function.

DataType

Function returns

0

Process ID

1

GDI Handle Count

2

User Handle Count

Comments: Used by the workstation status tag.

Example:

GDIHndl = ProcInfo(1);