> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for DeltaState

> Lists the enum values for DeltaState.

## DeltaState Enum

State of the delta, like draft or published

| Name      | Value | Description                                            |
| --------- | ----- | ------------------------------------------------------ |
| Unknown   | 0     | No state applicable for this delta, or not yet decided |
| Draft     | 1     | Draft                                                  |
| Published | 2     | Published                                              |

## Usage

* [ConfigurableScreenDelta](../configurablescreendelta).deltaState - Parts of recipes in SCIL to insert or remove in given recipes


## Related topics

- [Enum DeltaState](/en/automation/crmscript/reference/CRMScript.NetServer.DeltaState.md)
- [SuperOffice.WebApi.Data.DeltaState](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaState.md)
- [SuperOffice.WebApi.Data.DeltaQuery](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaQuery.md)
- [SuperOffice.WebApi.Data.ConfigurableScreenDelta](/en/api/reference/webapi/SuperOffice.WebApi.Data.ConfigurableScreenDelta.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
