vcReserveProductStatement

Reserve Product statement creates a process requirement for a matching product (vcProduct) to be available and reserves it for this process.

This is a requirement statement and thus can be only added to the Requirements routine of a process routine (vcProcessRoutine).

Type constant: VC_STATEMENT_RESERVEPRODUCT

Inherits: vcStatement

Properties

Name Type Access Description
AcceptAllProductTypes Boolean RW (Deprecated) Use vcProductFilter.IsEnabled property instead.

When True any product is accepted, ignoring AcceptedFlowGroups and AcceptedProductTypes
AcceptedFlowGroups List of vcProcessFlowGroup RW (Deprecated) Use vcProductFilter instead.

Allows only the selected flow groups.
AcceptedProductTypes List of vcProductType RW (Deprecated) Use vcProductFilter instead.

Allows only the selected product types.
ProductVariableName String RW Name of the process variable where to store the reserved product instance (vcProduct).