View full article

DocumentState Enum

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

Represents the various document states used when creating a new QDSDocumentSession.

Syntax

public enum DocumentState

Fields

Name Description
Closed

Document is closed.

CouldNotGetSlot

There are no available QVB processes.

CouldNotOpenDocument

Could not open document.

NoAttemptToOpenHasBeenMade

No attempt to open document.

OpenedSuccessfully

The document opened successfully.

OtherError

Other error.

Extension Methods

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