Success
class Success( val command: Command, val call: CommandCall, val resolvedCall: ResolvedCommandCall) : CommandExecuteResult
Content copied to clipboard
指令执行成功
Constructors
Link copied to clipboard
fun Success( command: Command, call: CommandCall, resolvedCall: ResolvedCommandCall)
Content copied to clipboard