Example #1
0
 private static bool ExecString(string cmd, bool isRefreshed)
 {
     return(QSPWrapper.QSPExecString(cmd, isRefreshed));
 }
Example #2
0
 public override bool ExecCommand(string command)
 {
     logger.Information($"Running command : {command}");
     return(QSPWrapper.QSPExecString(command, true));
 }