runCommandSync abstract method

ShellProcessResult runCommandSync(
  1. ShellCommand command
)
inherited

Run a single command synchronously.

Returns a process result (or throw if specified in the shell).

Implementation

ShellProcessResult runCommandSync(ShellCommand command);