1.解决Process Abort后Process Routine仍在执行的BUG

This commit is contained in:
HCL 2023-06-12 08:38:43 +08:00
parent 34e72002d5
commit 8026d7e997
1 changed files with 2 additions and 0 deletions

View File

@ -1249,6 +1249,8 @@ namespace SicModules.PMs
private bool FsmStartProcessAbort(object[] param)
{
AbortRoutine();
Result ret = StartRoutine(_pmProcessAbort);
if (ret == Result.FAIL || ret == Result.DONE)