예제 #1
0
 public ActionResult IsProcessExist(string processName)
 {
     return(Json(new { Exist = RobotProcessController.IsExistingProcess(processName) }, JsonRequestBehavior.AllowGet));
 }