mojox.Console.Run - nitrologic/monkey2 GitHub Wiki

mojox::mojox.mojox.Console.Run

Method Run:monkey:monkey.types.Bool( cmd:monkey:monkey.types.String )

Runs a process.

Returns true if the process was successfully started, else false.

Process stdout is written to the console while the process is running.

This method waits for the process to complete, so should always be called on a fiber.