Next Topic

Previous Topic

Book Contents

true

Selecting True directs the IF commands to execute. Use True to directly execute a series of steps that do not require any decision points, such as determining whether a file exists using testFile().

Note: Using IF TRUE is not required. It is included for backwards compatibility with 5.x scripts and earlier that have been migrated forward.

Example - Sample Procedures.Agent Control.Reboot

If true
	reboot("All Operating Systems", "Halt on Fail")