Forum Discussion

AbilAjay's avatar
AbilAjay
Occasional Contributor
2 years ago

Runner.stop method didn't stop current routine

I have two routine test1() and test2(), i called test1() inside the test2(), like this def test1(): Log.error("kaboom") def test2(): test1(): Log.message("hello") Play back on error property s...