Enum Automator.State
Namespace: Unity.AutomatedQA
Syntax
public enum State : int
Fields
Name | Description | Value |
---|---|---|
NOT_STARTED | 0 | |
IN_PROGRESS | 1 | |
COMPLETE | 2 |
public enum State : int
Name | Description | Value |
---|---|---|
NOT_STARTED | 0 | |
IN_PROGRESS | 1 | |
COMPLETE | 2 |