TaskObject.<Task name>.OnCheckExecutionProcessing

Syntax:

OnCheckExecutionProcessing(<Result>)

Parameters:

<Result>

Type: Boolean.
If parameter is set to True, then the OnCheckExecuteProcessing handler is called.
Default value: False.

Description:

Occurs when executing CheckExecution() method. Occurs before calling OnCheckExecuteProcessing event handler of a corresponding business process route point. You can use it to check if the conditions are sufficient to consider the task to be completed. This differs it from BeforeExecute event which can be used to check requirements to execute the task.

Note:

It is not called if the task is already completed.

    

1C:Enterprise Developer's Community