ProcessProductionStatus Property |
An enumerated value indicating this process definitions approval status, and overall readiness
to be used in production.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ProcessProductionStatus ProductionStatus { get; set; }
Public Property ProductionStatus As ProcessProductionStatus
Get
Set
public:
property ProcessProductionStatus ProductionStatus {
ProcessProductionStatus get ();
void set (ProcessProductionStatus value);
}
member ProductionStatus : ProcessProductionStatus with get, set
Property Value
Type:
ProcessProductionStatusSee Also