Home
last modified time | relevance | path

Searched refs:requiredStartedState (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs350 …public AutoResetEvent GetStartedStateChangedEvent(bool requiredStartedState, bool waitForTransitio… in GetStartedStateChangedEvent() argument
355 if(IsStarted == requiredStartedState && !waitForTransition) in GetStartedStateChangedEvent()
364 if(started == requiredStartedState) in GetStartedStateChangedEvent()