ExecutionOutputRecordStream and ExecutionOutputRecordStreams

ExecutionOutputRecordStream and ExecutionOutputRecordStreams implement functionality related to attaching OutputRecordStream objects to executions. In addition to exposing methods similar to the OutputRecordStream interface for writing data, they also expose methods and properties to control how data is displayed in the Report view. If you are running in a process model, the ExecutionOutputRecordStream.CloseAtNextUUTOrBatch property tells the process model to close streams automatically at the beginning of the next UUT or batch.

You can access the OutputRecordStream objects attached to an execution via Execution.OutputRecordStreams, which is a collection of ExecutionOutputRecordStream objects. An ExecutionOutputRecordStream object contains zero or more OutputRecordStream objects.