Add Gateway terminate status

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-10-12 17:35:16 +09:00
parent 1f9241b260
commit 21f2f84219
5 changed files with 15 additions and 3 deletions

View File

@@ -541,7 +541,7 @@ int Thread::start(void)
void Thread::stopProcess(void)
{
theMultiTaskProcess->threadStoped();
theMultiTaskProcess->threadStopped();
}
void Thread::stop(void)