Click or drag to resize

ProcessActivityCompletionAcknowledgementType Enumeration

An enumeration representing how operators acknowledge the completion of a particular step or 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 ProcessActivityCompletionAcknowledgementType
Members
  Member nameValueDescription
None0 Operators need not acknowledge that the step / activity has been completed.
CurrentUser1 The currently logged in user must acknowledge that the step / activity has been completed.
UserGroup2 A user from a specific user group must acknowledge that the step / activity has been completed.
UserRole3 A user associated with a given role must acknowledge that the step / activity has been completed.
See Also