Click or drag to resize

BaseFlowJobElementHandleChildJobElementProcessingStarting Method

Propagates the event received from the helper back to the top executor.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected void HandleChildJobElementProcessingStarting(
	ProcessingHolder processingHolder,
	ProcessingHolder childProcessingHolder,
	MarkableConfiguration processMarkableConfiguration,
	Guid ownerID
)

Parameters

processingHolder  ProcessingHolder
The unique identifier of this job element.
childProcessingHolder  ProcessingHolder
The unique identifier of the child job element.
processMarkableConfiguration  MarkableConfiguration
The reference configuration of this job element.
ownerID  Guid
The unique identifier ow the owning process.
See Also