await

suspend fun await(command: Command)

Await another command.

Schedules the given command, then waits for it to finish execution.

Parameters

command

The command to await