JobDefinitionGetListHash Method |
Returns the hash of the list. It is generated form the scan controller command list created by OnCard executor.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic string GetListHash(
BaseScanController scanController
)
Parameters
- scanController BaseScanController
- Scan controller used for job.
Return Value
StringReturns the hash of the scan controller command list.
RemarksIn case of API changes (from the scan controller or RAYGUIDE), the hash might change in future, even if the job didn't change.
See Also