InteractiveContext.IsRootExecution

Syntax

InteractiveContext.IsRootExecution

Data Type

Boolean

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.