Enum
DialogCurrentState

Different states the dialog can be set to.

Definition

Namespace:ArtOfTest.WebAii.Win32.Dialogs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum DialogCurrentState

Fields

ActivePendingHandling

The dialog was detected active and currently pending handling

Declaration

cs-api-definition
ActivePendingHandling = 1

Field Value

DialogCurrentState

Handled

The dialog was handled

Declaration

cs-api-definition
Handled = 2

Field Value

DialogCurrentState

InError

The dialog was not handled successfully

Declaration

cs-api-definition
InError = 4

Field Value

DialogCurrentState

InErrorTryAgain

The dialog should be handled, but if the window is still open we have an error

Declaration

cs-api-definition
InErrorTryAgain = 3

Field Value

DialogCurrentState

NotActive

The dialog is not active

Declaration

cs-api-definition
NotActive = 0

Field Value

DialogCurrentState