Piccolo.NET

PActivityScheduler.RemoveActivity Method 

Remove this activity from the scheduler.

public virtual void RemoveActivity(
   PActivity activity
);

Parameters

activity
The activity to be removed.

Remarks

Once an activity has been removed from the scheduler, it will no longer be run.

See Also

PActivityScheduler Class | UMD.HCIL.Piccolo.Activities Namespace