Click or drag to resize

ScriptingCommandsCondition Property

Conditional execution of 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 Condition ( 
	parent As McCommand
) As Condition
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Condition
Remarks
This command allows to insert designer compatible test constructs (if) in macros.
See Also