Enum TopicState
Returns options for the state of an annotation.
Namespace: Unity.Cloud.Annotation
Syntax
public enum TopicState
Fields
| Name | Description | Value |
|---|---|---|
| NoActionRequired | Indicates the topic requires no action. |
0 |
| NeedsResolution | Indicates the topic needs to be resolved. |
1 |
| Resolved | Indicates the topic is resolved. |
2 |