BotEventsOnBotStopRequested Event |
Only use this event to signal that a 'Stop' should be canceled. In general use the OnBotStopped event.
Namespace: ff14bot.NeoProfile
public static event BotEventsOnBotStartStopRequestedDelegate OnBotStopRequested
This is fired from the thread that invoked the Stop(String) call.
To cancel the stop, a subscriber can set Cancel to false.
No cleanup should be done in this event, as it is impossible to know whether the stop will go through, because a following subscriber might cancel the stop.