Click or drag to resize

BaseThreadCoordinatedJobExecutorHandleAutomationJobElement Method

Handles a given automation job element when it is being processed by its parent container. The base method will send this job element for further processing.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected virtual Task HandleAutomationJobElement(
	ProcessingHolder parentProcessingHolder,
	ProcessingHolder processingHolder,
	MarkableConfiguration processMarkableConfiguration
)

Parameters

parentProcessingHolder  ProcessingHolder
The unique identifier of the parent job element that contains this markable job element.
processingHolder  ProcessingHolder
The unique identifier of the automation job element that is currently being processed.
processMarkableConfiguration  MarkableConfiguration
The configuration which the markable job element is relative to.

Return Value

Task

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleAutomationJobElement(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration)"]

See Also