InteractiveContext.IsRootExecution
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
InteractiveContext.IsRootExecution
Syntax
InteractiveContext.IsRootExecution
Data Type
Purpose
Returns True if the execution is a root interactive execution. Returns False if the execution is a nested interactive execution.
Remarks
A root interactive execution is a new, independent execution the user initiates on selected steps from a Sequence File window.
The user starts a nested interactive execution from an Execution window for a normal execution suspended at a breakpoint. The nested interactive execution runs within the context of the normal execution.