The Single Pass main Execution entry point is the sequence the controlling execution runs.

Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Single Pass sequence on the Sequences pane to examine the Parallel process model Single Pass Execution entry point, which performs the following significant actions:

  1. Calls the Initialize Execution Entry Point plug-in utility sequence.
  2. Calls the Model Plugins – Begin sequence.
  3. Calls the ProcessSetup callback.
  4. Calls the Run UUT Info Dialog utility sequence.
  5. Creates and initializes the test socket executions.
  6. Waits for test socket executions to complete.
  7. Calls the ProcessCleanup callback.
  8. Calls the Model Plugins – End sequence.