Explorar el Código

添加描述;

scbc.sat2 hace 5 años
padre
commit
770f627212
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SATHTTP/SATHTTP/SATHTTP.h

+ 1 - 1
SATHTTP/SATHTTP/SATHTTP.h

@@ -130,7 +130,7 @@ namespace SATParameters{
 		{
 			_nCaseStep = 1;
 			_pExcutor = NULL;
-			// 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;
+			// 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;4表示脚本文件初始化失败;
 			_nExecutionState = 0;
 		}
 	}STCase, *pSTCase;