public interface IActivityHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
void execute(MActivity activity, IInternalAccess instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.void cancel(MActivity activity, IInternalAccess instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.