Shell.executeHasNonEmptyOutput

Executes a command via std.process.executeShell, and checks to see if the output was empty.

class Shell
static
bool
executeHasNonEmptyOutput
(
string command
)

Parameters

command string

The command string to execute.

Return Value

Type: bool

Whether the process' output was either empty, or entirely made up of white space.

Meta