Enum ScraperSessionState
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperSessionState
Fields
Name | Description |
---|---|
ContinueLogin | Login(JsonObject) was called and a challenge was requested. |
ContinuePayment | InitiatePayment(SepaDocument) was called and a challenge was requested. |
LoggedIn | The scraper is successfully logged in and online. |
Null | The scraper is offline. |