public override IAsyncExecutionResult startExecutableAsync(string toExecute, string args, string workingDir = null) { if (_executor == null) { throw new NotSupportedException(); } return(_executor.startExecutableAsync(toExecute, args, workingDir)); }
public override IAsyncExecutionResult startExecutableAsync(string toExecute, string args, string workingDir = null) { return(executor.startExecutableAsync(toExecute, args, workingDir)); }