This commit is contained in:
ChiKyun Kim
2025-09-10 15:07:17 +09:00
parent 4a45ae15d6
commit 27dcc6befa
7 changed files with 21 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ namespace Project.StateMachine
public void Stop()
{
bLoop = false;
if(bLoop != false) bLoop = false;
//if (worker.IsAlive)
// if (worker.Join(1000) == false)
// worker.Abort();