BaseAutomationJobElementTExecute Method |
Executes the automation and return the result.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected abstract T Execute(
JobElementHolder jobElementHolder
)
Parameters
- jobElementHolder JobElementHolder
- The holder of this job element.
Return Value
TThe result of the execution. Please use "null" if there is no return type.
See Also