Enum BotStatus
The status of the Bot. While the status is NONE or SUCCESS the Bot keeps checking the script until the end, otherwise it stops.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum BotStatus
Fields
Name | Description |
---|---|
BAN | The data line will be retried and the proxy will be banned. |
CUSTOM | The data line will be registered as a Custom. |
ERROR | Something wrong happened while processing a block. |
FAIL | The data line will be registered as a fail. |
NONE | The initial status of the bot. If a bot ends its execution with this stauts, the data line will be registered as ToCheck. |
RETRY | The data line will be retried. |
SUCCESS | The data line will be registered as a Hit. |