ActivityResultCode Enumeration |
An enumeration describing the results of a method which changed the state of an 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 ActivityResultCode
Public Enumeration ActivityResultCode
public enum class ActivityResultCode
Members
| Member name | Value | Description |
---|
| Success | 0 |
The state of the activity was successfully updated.
|
| RequiresCredentials | 1 |
The activity requires user credentials in order to be completed.
|
| SuccessApprovalRequired | 2 |
The activity was completed but approval is required before the operation can be completed.
|
| DataCollectionIncomplete | 3 |
The activity could not be completed because one or more activities are incomplete.
|
| InvalidUserNameOrPassword | 4 |
The activity could not be acknowledged because the provided credentials are incorrect.
|
| NotCurrentUser | 5 |
The activity could not be acknowledged because the credentials provided are not for the current user.
|
| InvalidUserGroup | 6 |
The activity could not be acknowledged because the credentials provided do not belong to the user group configured for this activity.
|
| InvalidUserRole | 7 |
The activity could not be acknowledged because the credentials provided do not have the user role configured for this activity.
|
See Also