Click or drag to resize

ActivityStatus Enumeration

An enumeration describing the completion status of an activity.

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 ActivityStatus
Members
  Member nameValueDescription
Incomplete0 The activity is incomplete.
Complete1 The activity has been completed.
See Also