The current status of the batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic BatchStatus Status { get; set; }Public Property Status As BatchStatus
Get
Set
public:
property BatchStatus Status {
BatchStatus get ();
void set (BatchStatus value);
}member Status : BatchStatus with get, set
Property Value
Type:
BatchStatus
See Also