BlockFlags
- Updated2025-07-21
- 1 minute(s) read
BlockFlags
Flags that indicate how a step affects the block structure of the sequence.
- BlockFlag_AppliesToBlockStructure –(Value: 32) The step defines or operates according to the block structure of the sequence.
- BlockFlag_Close –(Value: 2) The step closes a block. The step is not within the block.
- BlockFlag_End –(Value: 8) The step is the last step within the block.
- BlockFlag_None –(Value: 0) No BlockFlags are present.
- BlockFlag_Open –(Value: 1) The step opens a block, matched or unmatched. The step is not within the block.
- BlockFlag_Start –(Value: 4) The step is the first step within the block.
- BlockFlag_Unmatched –(Value: 16) The step opens or closes a block, but the matching step does not exist.