DraftStatusCode
Describes the state of a script draft tracked by DraftsService.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 395 | OK | 0 | The draft is in sync with the server's base version and has no blocking conflicts. | |
| 395 | DraftOutdated | 1 | The server version of the script has advanced beyond the base version used when the draft was created, so the draft must be updated before it can be committed. | |
| 395 | ScriptRemoved | 2 | The script referenced by the draft no longer exists in the data model. | |
| 417 | DraftCommitted | 3 | The draft was successfully committed to the server and removed from the local sandbox. |
Description
State of a script draft from GetDraftStatus and from CommitStatusChanged /
UpdateStatusChanged. See individual items for in-sync, outdated, committed,
and removed-script outcomes.
History 5
- 417 Add DraftCommitted
- 395 Add ScriptRemoved
- 395 Add OK
- 395 Add DraftOutdated
- 395 Add DraftStatusCode