Sequence.HasMismatchedBlocks
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.