예제 #1
0
        public ActionResult DeleteCommand(string processName, Guid guidCmd)
        {
            var success = RobotProcessController.DeleteCommand(processName, guidCmd);

            return(Json(new { Success = success }, JsonRequestBehavior.AllowGet));
        }