Click or drag to resize

ScriptingCommandsWhileLoop Property

Conditional loop on a sequence of commands.

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property WhileLoop ( 
	parent As McCommand
) As WhileLoop
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: WhileLoop
Remarks
The loop executes its body until its becomes false.
See Also