Re: [Twisted-Python] stopping LoopCall and check if running

2011-09-05 Thread L. Daniel Burr
Hi Stephan, On Mon, 05 Sep 2011 20:50:28 -0500, Stephan wrote: > I have a question on LoopCall. > > I have a process that uses a sequence of LoopCalls, once one finishes > I call the next to check for the next critical event to continue: [SNIP] > The problem is that I'm getting errors, errors

[Twisted-Python] stopping LoopCall and check if running

2011-09-05 Thread Stephan
I have a question on LoopCall. I have a process that uses a sequence of LoopCalls, once one finishes I call the next to check for the next critical event to continue: e.g. def checkForAvailableProfile(self): profile = fs_profiles_manager.get_next_available_profile() if profile i