Enum 712 Service Document Exchange Status, source in 29

Source29

src/Layers/W1/BaseApp/Service/History/ServiceDocumentExchangeStatus.Enum.al20 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Service.History;

#pragma warning disable AL0659
enum 712 "Service Document Exchange Status"
#pragma warning restore AL0659
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Not Sent") { Caption = 'Not Sent'; }
    value(1; "Sent to Document Exchange Service") { Caption = 'Sent to Document Exchange Service'; }
    value(2; "Delivered to Recipient") { Caption = 'Delivered to Recipient'; }
    value(3; "Delivery Failed") { Caption = 'Delivery Failed'; }
    value(4; "Pending Connection to Recipient") { Caption = 'Pending Connection to Recipient'; }
}