BotEventsOnBotStartRequested Event |
Only use this event to signal that a 'Start' should be canceled. In general, use the OnBotStarted event.
Namespace: ff14bot.NeoProfile
public static event BotEventsOnBotStartStopRequestedDelegate OnBotStartRequested
This is fired from the thread that invoked the Start call.
To cancel the start, set the Cancel property to true.
No initialization should be done from subscribers to this event, as it is impossible to know if the bot will be started, because another subscriber might cancel the start.
For initialization, see OnBotStarted.