DocumentState Enum
Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll
Assembly: PIX.dll
Represents the various document states used when creating a new QDSDocumentSession.
Syntax
public enum DocumentStateFields
| 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. |