Sequence.HasMismatchedBlocks

Syntax

Sequence.HasMismatchedBlocks

Data Type

Boolean

Purpose

If this property is True , the sequence contains steps that define block structure and the steps are not properly matched. For example, this property is True if a sequence contains a For step without a corresponding End step.

Note A sequence with mismatched blocks cannot execute.