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.245.0.0 (8.245.0.0)
Syntax public enum ProcessActivityCompletionAcknowledgementType
Public Enumeration ProcessActivityCompletionAcknowledgementType
public enum class ProcessActivityCompletionAcknowledgementType
type ProcessActivityCompletionAcknowledgementType
Members
| Member name | Value | Description |
---|
| None | 0 |
Operators need not acknowledge that the step / activity has been completed.
|
| CurrentUser | 1 |
The currently logged in user must acknowledge that the step / activity has been completed.
|
| UserGroup | 2 |
A user from a specific user group must acknowledge that the step / activity has been completed.
|
| UserRole | 3 |
A user associated with a given role must acknowledge that the step / activity has been completed.
|
See Also