Click or drag to resize

WhileLoop Class

Implements a "While" loop.
Inheritance Hierarchy

Namespace:  MediaCy.Addins.Scripting.Workflow
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class WhileLoop
	Inherits Condition

The WhileLoop type exposes the following members.

Constructors
  NameDescription
Public methodWhileLoop
Initializes a new instance of the WhileLoop class
Public methodWhileLoop(McCommand)
Initializes a new instance of the WhileLoop class
Top
Properties
Remarks
The loop executes its body until its Condition becomes false.
See Also