ExecutionViewMgr.Break

Syntax

ControlName_Break( exec, thrd, ctxt)

Applies To

ExecutionViewMgr

Purpose

Occurs when the selected execution in the ExecutionView Manager control breaks as a result of a breakpoint or upon user request, such as when you call the ExecutionViewMgr.BreakExecution method.

Remarks

To obtain the message that signaled this event, use the ApplicationMgr.CurrentUIMessage property.

Parameters

exec As Execution

[In] Specifies the paused execution.

thrd As Thread

[In] Specifies the thread that generated the break notification.

ctxt As SequenceContext

[In] Specifies the current context of the execution.

See Also

ApplicationMgr.CurrentUIMessage

ExecutionViewMgr.BreakExecution