Piccolo.NET

TerminationBehavior Enumeration

This enumeration is used by the PActivity class. It defines the behavior an activity has when its Terminate method is called.

public enum TerminationBehavior

Members

Member NameDescription
TerminateWithoutFinishing The method OnActivityFinished will never get called and so the activity will be terminated midway.
TerminateAndFinish The method OnActivityFinished will always get called. And so the activity will always end in it's completed state. If the activity has not yet started the method OnActivityStarted will also be called.
TerminateAndFinishIfStepping The method OnActivityFinished will only be called if the activity has previously started.

Requirements

Namespace: UMD.HCIL.Piccolo.Activities

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo.Activities Namespace


Web Accessibility