Click or drag to resize

WaitForExternalStartAutomationExecute(JobElementHolder) 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 ListGuid, bool IsSuccess) Execute(
	JobElementHolder jobElementHolder
)

Parameters

jobElementHolder  JobElementHolder
The holder of this job element.

Return Value

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