The enumeration of states to which the original annotation can be set.
| Name | Type | Value | Description |
|---|---|---|---|
| UNDEFINED | String | 'Undefined' | Not defined state. |
| MARKED | String | 'Marked' | The annotation has been marked by the user. |
| UNMARKED | String | 'Unmarked' | The annotation has not been marked by the user. |
| ACCEPTED | String | 'Accepted' | The user agrees with the change. |
| REJECTED | String | 'Rejected' | The user disagrees with the change. |
| CANCELLED | String | 'Cancelled' | The change has been cancelled. |
| COMPLETED | String | 'Completed' | The change has been completed. |
| NONE | String | 'None' | The user has indicated nothing about the change. |