The name of the currently running block.
<script>
script.name.currentBlock
Read Only
block
This property indicates which block, if any, is currently running.
The following displays the value of currentBlock in a text stimulus:
<text myText>
/ items= ("currentBlock = <% script.currentBlock %>")
</text>
The following displays the value of currentBlock in an instruction page:
<page myPage>
currentblock = <% script.currentBlock %>
</page>