User Tools

Site Tools


getting_started:practical_problems:seq_endless

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
getting_started:practical_problems:seq_endless [2019/04/04 21:36] grafgetting_started:practical_problems:seq_endless [2024/02/16 08:43] (current) ursgraf
Line 11: Line 11:
 public: public:
   int action() {   int action() {
-    while (getRunningState() == SequenceState::running) step1();+    while (state == SequenceState::running) step1();
   }   }
 </code> </code>
 This also ensures that if a caller sequence stops due to a monitor, this sequence terminates as well. This also ensures that if a caller sequence stops due to a monitor, this sequence terminates as well.
  
getting_started/practical_problems/seq_endless.txt · Last modified: 2024/02/16 08:43 by ursgraf