Explorar o código

添加描述;

scbc.sat2 %!s(int64=5) %!d(string=hai) anos
pai
achega
770f627212
Modificáronse 1 ficheiros con 1 adicións e 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;