View full article

EnabledState Enum

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll

Represents the state of a task - enabled, disabled or any of those two.

Syntax

public enum EnabledState

Fields

Name Description
Any

Any state.

Disabled

Task is disabled.

Enabled

Task is enabled.

Extension Methods

ApiFilter.FilterFor<EnabledState>(Nullable<ApiVersion>)