Enum ScraperSessionState
public enum ScraperSessionState
  Fields
ContinueLogin = 1Login(JsonObject) was called and a challenge was requested.
ContinuePayment = 3InitiatePayment(SepaDocument) was called and a challenge was requested.
LoggedIn = 2The scraper is successfully logged in and online.
Null = 0The scraper is offline.