Click or drag to resize

PolarCopyPreExecute Method

Executes the necessary steps before the job elements are processed.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override bool PreExecute(
	ProcessingHolder parentProcessingHolder,
	ProcessingHolder processingHolder,
	MarkableConfiguration processMarkableConfiguration,
	Guid ownerID,
	int? maxFlowJobElementExecutions
)

Parameters

parentProcessingHolder  ProcessingHolder
The unique identifier of the parent of this job element.
processingHolder  ProcessingHolder
The unique identifier of this job element.
processMarkableConfiguration  MarkableConfiguration
The reference configuration of the parent job element.
ownerID  Guid
The unique identifier of the owning process.
maxFlowJobElementExecutions  NullableInt32

[Missing <param name="maxFlowJobElementExecutions"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.PolarCopy.PreExecute(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Guid,System.Nullable{System.Int32})"]

Return Value

Boolean
The flag whether the next execution should be performed.
See Also