Sequence.HasMismatchedBlocks
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.