|
@@ -117,7 +117,7 @@ int RecipeContext::Moniter()
|
|
|
if (status == OperatorStatusEnum::SUCCESS) {
|
|
|
if (status.trigger()) {
|
|
|
status.clearTrigger();
|
|
|
- //TODO:这里是第一次所有命令都检查通过(或alarm condition设置了跳转),但仍需根据step time和jumpRecipeCmd继续判断处理
|
|
|
+ //TODO:这里是第一次所有命令都检查通过(或alarm condition设置了跳转),但仍需根据step time和jumpRecipeCmd 继续判断处理
|
|
|
}
|
|
|
//TODO:这里是第n次所有命令都检查通过(或alarm condition设置了跳转),但仍需根据step time和jumpRecipeCmd继续判断处理
|
|
|
}
|