IBProcessStep.ExecuteEvents

Syntax

ExecuteEvents(Type: BProcessEventType; pInst: IBProcessInstance; stepChangeEvent: IBProcessStepStateEventArgs);

Parameters

Type. Type of generated event.

pInst. Process instance, for which event is generated.

stepChangeEvent. Information about changing process instance status.

Description

The ExecuteEvents method generates event for the specified process instance.

See also:

IBProcessStep