WaitPortAutomationExecute(JobElementHolder) Method |
Executes the automation and return the result.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxprotected override (Guid ListGuid, bool IsSuccess) Execute(
JobElementHolder jobElementHolder
)
Parameters
- jobElementHolder JobElementHolder
- The holder of this job element.
Return Value
ValueTupleGuid,
BooleanThe result of the execution. Please use "null" if there is no return type.
See Also