Enum DocDeliveryResult
Describes the result of the delivery for a single document in a delivery package.
Syntax
public enum DocDeliveryResult
Fields
Name | Description |
---|---|
InvalidXliff | Delivery failed because the mqxliff content was invalid. |
RejectedNotInWorkflow | Delivery failed because the document is no longer assigned to the user (possibly removed from the project), or the worfklow state is different that the role of the current user (hence someone else is working on the document). |
Success | Delivery was succesfully. |