Piccolo.NET

PActivity.PActivityDelegate.ActivityFinished Method 

This method is used to notify a user after an activity has finished running and the activity has been removed from the PActivityScheduler queue.

void ActivityFinished(
   PActivity activity
);

Parameters

activity
The activity that has just finished.

Remarks

This method will be connected to the ActivityFinished delegate, which is called from the OnActivityStarted() method.

See Also

PActivity.PActivityDelegate Interface | UMD.HCIL.Piccolo.Activities Namespace