BProcessEventMethod

Assembly: BPM;

Description

The BProcessEventMethod class implements a new event for Fore method execution.

Constructors

  Constructor name Brief description
Create The Create constructor creates a Fore method execution event instance.

Class object properties inherited from IBProcessEventMethod

  Property name Brief description
Method The Method property determines settings of the Fore method executed on event occurrence.

Class object properties inherited from IBProcessEvent

  Property name Brief description
EventType The EventType property determines event type.
ExecutionType The ExecutionType property returns event execution type.
Name The Name property determines event name.
Order The Order property determines event triggering order.
Periodic The Periodic property returns whether the event has execution period.
PeriodMeasure The PeriodMeasure property determines a measurement type for event execution period on deadline disruption.
PeriodType The PeriodType property determines event occurrence period type on deadline disruption.
PeriodValue The PeriodValue property determines event execution period on deadline disruption.

Class object methods inherited from IBProcessEvent

  Method name Brief description
Clone The Clone method creates an event copy.
Execute The Execute method starts event execution for the specified process instance.
IsValid The IsValid method returns whether event settings are correct.

See also:

BPM Assembly Classes