Piccolo.NET

PActivity.PActivityDelegate.ActivityStepped Method 

This method is used to notify a user when the activity is running.

void ActivityStepped(
   PActivity activity
);

Parameters

activity
The activity that is running.

Remarks

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

See Also

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