Searched refs:stop_requested (Results 1 – 6 of 6) sorted by relevance
14 name: "stop_requested"
248 def stop_requested(self): member in SessionRunContext
1451 self._should_stop = self._should_stop or run_context.stop_requested
857 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction() local866 if (m_should_stop && !stop_requested) { in PerformAction()