BusinessProcessRoutePointRef.OnCheckExecuteProcessing

Syntax:

OnCheckExecuteProcessing(<RoutePoint>, <Task>, <Result>)

Parameters:

<RoutePoint>

Type: BusinessProcessRoutePointRef.
A business process route point in which completion check is executed.

<Task>

Type: TaskRef.
A task during execution of which an event occurs.

<Result>

Type: Boolean.
Task completed flag. If a parameter returned is False, the task is not checked as Completed.
Default value: True.

Description:

Occurs when calling CheckExecution () method of the task. It is not called if the task is already completed. It is called after calling OnCheckExecutionProcessing event handler of the task and if this event handler body has True value for <Result> parameter.

Note:

Only for Activity type points.
Interactive calls (opening forms, warnings) are permitted.

    

1C:Enterprise Developer's Community