StopReason

public enum StopReason

Tells the bot whether to reboot, shutdown or update.

  • Undocumented

    Declaration

    Swift

    public enum StopReason
  • Tells the bot to shutdown

    Declaration

    Swift

    case reboot ///Tells the bot to reboot
  • Tells the bot to reboot Tells the bot to update, that is getting the latest code from it’s Github repository.

    Declaration

    Swift

    case update