Enumeration AsyncDirectorySessionWaitForLoadedResultReason

Represents a promise result reason with DirectorySessionInterface.asyncWaitForPopupAuthentication.


Sessions

Enumeration Members

OpenResult_AlreadyOpen: 2

The DirectorySessionInterface.asyncWaitForPopupAuthentication succeeded and the data session is ready to be used, but the Directory session was already open.

OpenResult_Disposed: 0

The call was cancelled because of the object dispose function was called.

OpenResult_LoggedOff: 5

The DirectorySessionInterface.asyncWaitForPopupAuthentication failed because the user logged off before waiting for the result of the connection (less likely to happen).

OpenResult_LoginFailed: 4

The DirectorySessionInterface.asyncWaitForPopupAuthentication failed and the error field contains the error.

OpenResult_LoginSuccess: 1

The DirectorySessionInterface.asyncWaitForPopupAuthentication succeeded and the data session is ready to be used.

OpenResult_PopupNotStarted: 3

The DirectorySessionInterface.asyncWaitForPopupAuthentication failed because the popup authentication was not started and the DirectorySessionInterface is not connected.