ExecutionOutputRecordStream.CloseAtNextUUTOrBatch

Syntax

ExecutionOutputRecordStream.CloseAtNextUUTOrBatch

Data Type

Boolean

True if the process model should close this ExecutionOutputRecordStream and remove it from the execution before beginning the next UUT (for test sockets) or batch (for the controller socket in the batch model). False if the process model should not clean up this ExecutionOutputRecordStream .

Purpose

Indicate to the process model if it should clean up this ExecutionOutputRecordStream before starting the next UUT or batch.

Remarks

CloseAtNextUUTOrBatch indicates whether ExecutionOutputRecordStreams.BeginNextUUTOrBatch should close and remove this ExecutionOutputRecordStream .

Note Modifying this property has no direct effect on the behavior of the ExecutionOutputRecordStream . It is simply a flag that can be set or tested. The behavior described here relies on the process model calling ExecutionOutputRecordStreams.BeginNextUUTOrBatch on the ExecutionOutputRecordStreams collection associated with an execution at the appropriate time. Factory models shipped with TestStand support this behavior. Custom process models may or may not support this behavior.

See Also

ExecutionOutputRecordStream

ExecutionOutputRecordStreams.BeginNextUUTOrBatch