Click or drag to resize

WaitPortAutomationExecute(JobElementHolder, IOPortCondition, NullableGuid) Method

Executes the automation and return the result.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override Guid Execute(
	JobElementHolder jobElementHolder,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

jobElementHolder  JobElementHolder
The holder of this job element.
condition  IOPortCondition
Binning condition.
parentListGuid  NullableGuid
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid
The result of the execution. Please use "null" if there is no return type.
See Also