SuspendingCommand

interface SuspendingCommand<S>

A suspending interface of the default command.

Functions

run
Link copied to clipboard
abstract suspend fun run(context: <ERROR CLASS><S>): Int

Gets called when the command is executed.