Enum 487 Inc. Doc. Job Queue Status, source in 29
Source29
src/Layers/W1/BaseApp/Modules/System/JobQueue/IncDocJobQueueStatus.Enum.al12 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Threading;
enum 487 "Inc. Doc. Job Queue Status"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ") { Caption = ' '; }
value(1; "Scheduled") { Caption = 'Scheduled'; }
value(2; "Error") { Caption = 'Error'; }
value(3; "Processing") { Caption = 'Processing'; }
}