MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / IsSignalled

Method IsSignalled

cpp/src/platform/winRT/ThreadImpl.cpp:145–148  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Test whether the thread has completed -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

143// Test whether the thread has completed
144//-----------------------------------------------------------------------------
145bool ThreadImpl::IsSignalled()
146{
147 return !m_bIsRunning;
148}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected