IBProcessEvent.Execute

Syntax

Execute(pInst: IBProcessInstance; [stepChangeEvent: IBProcessStepStateEventArgs = Null]);

Parameters

pInst. Process instance.

stepChangeEvent. Parameters of changing process step state.

Description

The Execute method starts event execution for the specified process instance.

See also:

IBProcessEvent