ItemCompletedStatus Property |
An enumerated value indicating whether or not a material or unit has completed it's most recent process,
and is now available to downstream processes.
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public CompletedStatus CompletedStatus { get; }
Public ReadOnly Property CompletedStatus As CompletedStatus
Get
public:
property CompletedStatus CompletedStatus {
CompletedStatus get ();
}
member CompletedStatus : CompletedStatus with get
Property Value
Type:
CompletedStatusSee Also