Enum 1994 Checklist Item Status in 27
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Guided Experience/src/Checklist/ChecklistItemStatus.Enum.al28 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 System.Environment.Configuration;
enum 1994 "Checklist Item Status"
{
Access = Internal;
value(0; "Not Started")
{
Caption = 'Not Started';
}
value(1; Started)
{
Caption = 'Started';
}
value(2; Skipped)
{
Caption = 'Skipped';
}
value(3; Completed)
{
Caption = 'Completed';
}
}Values, 4
| Id | Name | Obsolete |
|---|---|---|
| 0 | Not Started | - |
| 1 | Started | - |
| 2 | Skipped | - |
| 3 | Completed | - |