swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sequential processing of actions in ActionGroup


From: glen e. p. ropella
Subject: Re: Sequential processing of actions in ActionGroup
Date: Tue, 02 Jun 1998 07:58:50 -0600

At 12:54 PM 6/2/98 GMT, you wrote:
>  I would like to have my schedule execute one ActionGroup
>repeatedly, but would like that ActionGroup to execute its component 
>actions sequentially instead of concurrently. Can anyone tell me how 
>to do/where to find this? In the meantime I'm going to create 
>different ActionGroups for each action, then execute them 
>sequentially in the Schedule. Is this the best way to do this after 
>all?

Well, until we have a parallel version of Swarm, you don't have
to worry about it at all. [grin]

But, for modeling purposes, use:

  modelActions = [ActionGroup createBegin: modelZone];
  [modelActions setDefaultOrder: Sequential];
  modelActions = [modelActions createEnd];

glen



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]