Enum ScraperSessionState

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll
public enum ScraperSessionState

Fields

ContinueLogin = 1

Login(JsonObject) was called and a challenge was requested.

ContinuePayment = 3

InitiatePayment(SepaDocument) was called and a challenge was requested.

LoggedIn = 2

The scraper is successfully logged in and online.

Null = 0

The scraper is offline.