ExecutionViewMgr

An ExecutionView Manager control performs the following tasks to manage how other visible TestStand User Interface (UI) Controls view and interact with a selected TestStand execution:

  • Designates an execution as the selected execution.
  • Tracks which thread, stack frame, sequence, step group, and steps are selected in the selected execution.
  • Displays aspects of the selected execution in the visible TestStand UI Controls to which the control connects.
  • Enables visible TestStand UI Controls to which the control connects to change the selected thread, stack frame, sequence, step group, and steps.
  • Generates events to notify the application of the progress and state of the selected execution.
  • Provides debugging commands.
  • Updates the ReportView control to show the current report for the selected execution.

An application must have one ExecutionView Manager control for each location, such as a window, form, or panel, in which you display an execution or let the user select a current execution.

Properties

Methods

Events

See Also

ReportView