Namespace RuriLib.Runner
Classes
AbortableBackgroundWorker
A Worker that can be aborted like normal threads.
RunnerBotViewModel
Bot class. Includes a Worker that is used to perform checks on input data in the Runner.
RunnerViewModel
Main class that handles all the multi-threaded checking of a Wordlist given a Config.
Interfaces
IRunnerMessaging
Interface used to communicate between the RunnerViewModel and the corresponding View.
Enums
ProxyMode
Whether to use proxies or not for the current session.
WorkerStatus
Whether the AbortableBackgroundWorker is idle, stopping or working.