Click or drag to resize

ApprovalStatus Enumeration

An enumeration indicating the current status of an approval item.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum ApprovalStatus
Members
  Member nameValueDescription
NotSet-1 No status has been set.
UnderConstruction0 The item is still being built, and is not yet ready for approval.
PendingApproval1 The item is ready to be reviewed.
Approved2 The item has been reviewed and approved.
Rejected3 The item has been reviewed and rejected.
Unchanged4 The item has not been changed since the previous approval process, and need not be reviewed.
See Also