Next Topic

Previous Topic

Book Contents

getVariableUniversalRead()

Reads up to three variables you have previously created using the getVariableUniversalCreate() step. These variables must be referred to as #global:universal1#, #global:universal2#, and #global:universal3#. Please see the initial getVariableUniversalCreate() step for more detail. The three variables are specific to each agent machine. You can optionally read the values from a different agent machine.

Operating systems supported: Windows, OS X, Linux

Example

getVariableUniversalCreate("red", "green", "blue", "All Operating Systems", "Halt on Fail")
getVariableUniversalRead(" ", false, "All Operating Systems", "Halt on Fail")
sendMessage("#global:universal1#, #global:universal2#, #global:universal3#, "Display now", "All Operating Systems", "Halt on Fail")