(fixes #161) Deprecate EventId::IsRunning() and replace it with EventId::IsPending()
This commit is contained in:
@@ -76,7 +76,7 @@ TutorialApp::StopApplication()
|
||||
{
|
||||
m_running = false;
|
||||
|
||||
if (m_sendEvent.IsRunning())
|
||||
if (m_sendEvent.IsPending())
|
||||
{
|
||||
Simulator::Cancel(m_sendEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user