SuspendingCommand

fun interface SuspendingCommand<in S>

Functions

Link copied to clipboard
abstract suspend fun executeSuspending(context: CommandContext<S>): Int