WAITFORBOOLEAN ( String  VI,
String  BOOL,
String  HOST,
Qualifier  FALSE,
Qualifier  TRUE 
)

Wait for a Labview VI boolean variable to become either true or false.

This command is passed the name of the LabVIEW VI to call and a set of (name, value) parameters. It will call the VI and not return until processing is complete.

Parameters:
[in] VI name of labview VI
[in] BOOL label for boolean variable
[in] TRUE wait for value to become TRUE
[in] FALSE wait for value to become FALSE (default: TRUE)
[in] HOST (optional) Remote HOST to connect to (default: as specified by ISC_SETUP)
See also:
WAITFORBUTTON
 All Files Functions Typedefs

Generated on 9 May 2010 for Open GENIE GCL by  doxygen 1.6.1