Sequence.HasMismatchedBlocks
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Sequence.HasMismatchedBlocks
Syntax
Sequence.HasMismatchedBlocks
Data Type
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.