Memory
Description: | Returns the amount of memory that VTScada has acquired from the OS heap for internal use. |
Returns: | Numeric |
Usage: | Script Only. |
Function Groups: | Memory I/O |
Related to: | Memory MemTrace |
Format: | Memory() |
Parameters: |
|
Comments: |
The value returned is not the total amount of memory used by the VTScada process as it does not include other allocations that may be made from the OS heap. |
Example:
If ! Valid(memUsed); [ memUsed = Memory(); ]