Piccolo.NET

PNode.AddActivity Method 

Schedule the given activity with the root.

public virtual bool AddActivity(
   PActivity activity
);

Parameters

activity
The new activity to schedule.

Return Value

True if the activity is successfully scheduled.

Remarks

Note that only scheduled activities will be stepped. If the activity is successfully added true is returned, else false.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility