SuspendCommand

interface SuspendCommand<S> : Command<S>

Functions

run
Link copied to clipboard
open override fun run(context: CommandContext<S>): Int
runSuspend
Link copied to clipboard
abstract suspend fun runSuspend(context: CommandContext<S>): Int

Sources

jvm source
Link copied to clipboard