Click or drag to resize

BaseLoopFlowPostAllItemIteration Method

Executes the necessary steps after each iteration is performed.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected virtual bool PostAllItemIteration(
	ProcessingHolder parentProcessingHolder,
	ProcessingHolder processingHolder,
	MarkableConfiguration processMarkableConfiguration,
	Guid ownerID,
	int? maxFlowJobElementExecutions
)

Parameters

parentProcessingHolder  ProcessingHolder

[Missing <param name="parentProcessingHolder"/> documentation for "M:RAYLASE.Marker.JobElement.BaseLoopFlow.PostAllItemIteration(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Guid,System.Nullable{System.Int32})"]

processingHolder  ProcessingHolder

[Missing <param name="processingHolder"/> documentation for "M:RAYLASE.Marker.JobElement.BaseLoopFlow.PostAllItemIteration(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Guid,System.Nullable{System.Int32})"]

processMarkableConfiguration  MarkableConfiguration

[Missing <param name="processMarkableConfiguration"/> documentation for "M:RAYLASE.Marker.JobElement.BaseLoopFlow.PostAllItemIteration(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Guid,System.Nullable{System.Int32})"]

ownerID  Guid

[Missing <param name="ownerID"/> documentation for "M:RAYLASE.Marker.JobElement.BaseLoopFlow.PostAllItemIteration(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Guid,System.Nullable{System.Int32})"]

maxFlowJobElementExecutions  NullableInt32

[Missing <param name="maxFlowJobElementExecutions"/> documentation for "M:RAYLASE.Marker.JobElement.BaseLoopFlow.PostAllItemIteration(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 iteration should be performed.
See Also