Enum 5417 Flushing Method, source in 29
Source29
src/Layers/W1/BaseApp/Foundation/Enums/FlushingMethod.Enum.al19 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.Manufacturing.Setup;
enum 5417 "Flushing Method"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Manual") { Caption = 'Manual'; }
value(1; "Forward") { Caption = 'Forward'; }
value(2; "Backward") { Caption = 'Backward'; }
value(3; "Pick + Forward") { Caption = 'Pick + Forward'; }
value(4; "Pick + Backward") { Caption = 'Pick + Backward'; }
value(6; "Pick + Manual") { Caption = 'Pick + Manual'; }
}