Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.bot
/
Bot
/
cancel
cancel
abstract
fun
cancel
(
reason
:
Throwable
?
)
(
source
)
open
fun
cancel
(
)
(
source
)
关闭当前
Bot
。
当
Bot
被完全关闭时,
join
会结束挂起。 效果与
CoroutineScope.cancel
类似。