This enumeration is used by the PActivity class. It defines the behavior an activity has when its Terminate method is called.
Member Name | Description |
---|---|
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. |
Namespace: UMD.HCIL.Piccolo.Activities
Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)
UMD.HCIL.Piccolo.Activities Namespace