ProcessingLoad

(Engine-Level Function)

Description: Returns the current VTScada processing load of the calling bubble
Returns: Numeric
Usage: Script Only.
Function Groups: Bubbles and Threads
Related to:  
Format: ProcessingLoad()
Parameters:  
Comments:

The value returned shows the processing load of the calling bubble in percentage. The value reported is accurate up to that instance and it is updated internally approximately every second. If the value stays higher for a long period of time, that suggests that the system is getting slower and performance crisis could appear at any time. An intervention should occur as soon as possible to avoid performance degradation.

Example:

If !Valid(currentLoad);
[
    currentLoad = ProcessingLoad();
]