The priority of the batch as compared to other batches.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic BatchPriority Priority { get; set; }Public Property Priority As BatchPriority
Get
Set
public:
property BatchPriority Priority {
BatchPriority get ();
void set (BatchPriority value);
}member Priority : BatchPriority with get, set
Property Value
Type:
BatchPriority
See Also