Piccolo.NET

PActivity.Terminate Method 

Stop this activity immediately, and remove it from the activity scheduler.

public virtual void Terminate();

Remarks

If this activity is currently running then OnActivityFinished() will be called after it has been removed from the activity scheduler.

See Also

PActivity Class | UMD.HCIL.Piccolo.Activities Namespace