Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum ActivityResultCode
Members
  Member nameValueDescription
Success0 The state of the activity was successfully updated.
RequiresCredentials1 The activity requires user credentials in order to be completed.
SuccessApprovalRequired2 The activity was completed but approval is required before the operation can be completed.
DataCollectionIncomplete3 The activity could not be completed because one or more activities are incomplete.
InvalidUserNameOrPassword4 The activity could not be acknowledged because the provided credentials are incorrect.
NotCurrentUser5 The activity could not be acknowledged because the credentials provided are not for the current user.
InvalidUserGroup6 The activity could not be acknowledged because the credentials provided do not belong to the user group configured for this activity.
InvalidUserRole7 The activity could not be acknowledged because the credentials provided do not have the user role configured for this activity.
See Also