ApplyAcknowledgementType Enumeration |
An enumerated value indicating which activities of a step shall users be required to acknowledge completion.
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 ApplyAcknowledgementType
Public Enumeration ApplyAcknowledgementType
public enum class ApplyAcknowledgementType
type ApplyAcknowledgementType
Members
| Member name | Value | Description |
---|
| AllActivities | 0 |
All activities of the step
|
| FirstActivity | 1 |
The first activity of the step only.
|
| LastActivity | 2 |
The last activity of the step only.
|
See Also