mirai-core / net.mamoe.mirai / BotImpl / close

close

open fun close(cause: Throwable?): Unit

关闭这个 Bot, 立即取消 Botkotlinx.coroutines.SupervisorJob. 之后 kotlinx.coroutines.isActive 将会返回 false.

注意: 不可重新登录. 必须重新实例化一个 Bot.

Parameters

cause - 原因. 为 null 时视为正常关闭, 非 null 时视为异常关闭

See Also

closeAndJoin