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
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