Enum FinDialogState

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Enumerates the states that the FinDialog may be in. The current state of a FinDialog instance can be queried through its State property.

public enum FinDialogState

Fields

Idle = 1

The initial and idle state of a FinDialog instance.

Null = 0

The state of a FinDialog object that was constructed through its default constructor and that was not initialized or loaded, yet. Or it was already disposed.

Online = 2

The FinDialog is currently engaged in an online banking dialog. In order to return to the Idle state either the method TermDialog() (orderly log off from server) or CancelDialog() (forcibly disconnect) must be called.