Click or drag to resize

BaseOnHardwareAutomation<T>.Execute(JobElementHolder, Nullable<Guid>) Method

Executes the automation and return the result.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
protected Guid Execute(
	JobElementHolder jobElementHolder,
	Guid? parentListGuid
)

Parameters

jobElementHolder  JobElementHolder
The holder of this job element.
parentListGuid  Nullable<Guid>
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