getting_started:practical_problems:seq_endless
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| getting_started:practical_problems:seq_endless [2019/04/04 21:36] – graf | getting_started:practical_problems:seq_endless [2024/02/16 08:43] (current) – ursgraf | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| public: | public: | ||
| int action() { | int action() { | ||
| - | while (getRunningState() | + | while (state == SequenceState:: | 
| } | } | ||
| </ | </ | ||
| 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.1554406561.txt.gz · Last modified: 2019/04/04 21:36 by graf
                
                