| DocumentState Enumeration |
Represents the various document states used when creating a new QDSDocumentSession.
Namespace: PIX.QMSAPI.DataObjects.EnumsAssembly:
Syntaxpublic enum DocumentState
Public Enumeration DocumentState
Members|
| Member name | Value | Description |
|---|
| NoAttemptToOpenHasBeenMade | 1 |
No attempt to open document.
|
| OpenedSuccessfully | 2 |
The document opened successfully.
|
| CouldNotOpenDocument | 3 |
Could not open document.
|
| CouldNotGetSlot | 4 |
There are no available QVB processes.
|
| Closed | 5 |
Document is closed.
|
| OtherError | 6 |
Other error.
|
See Also