Execution.BreakOnEntry
- Updated2024-10-09
- 1 minute(s) read
Execution.BreakOnEntry
Syntax
Execution.BreakOnEntry
Data Type
Purpose
Returns the value of the breakOnEntry parameter of the method call that started the most recent execution.
Remarks
Use this read-only property to determine whether the execution was created with the breakAtFirstStep parameter set to True .
The methods that start executions are Engine.NewExecution , Engine.NewHierarchicalExecution , and RestartEx . If the most recent call was the Engine.NewExecution or the Engine.NewHierarchicalExecution method, this property returns the value specified for the breakOnFirstStep parameter. If the most recent call was the Execution.Restart method, this property returns the value of the breakOnEntryParam parameter. If the most recent call was the Execution.RestartEx method, this property returns True if the restartOptionsParam parameter included the RestartOption_BreakOnEntry value.