Represents the state of a task - enabled, disabled or any of those two.
public enum EnabledState| Name | Description |
|---|---|
| Any |
Any state. |
| Disabled |
Task is disabled. |
| Enabled |
Task is enabled. |