BaseScanControllerWaitExecution Method |
Blocks until the list is done executing ( list idle) .
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract void WaitExecution(
Guid listGuid,
CancellationToken cancellationToken
)
Parameters
- listGuid Guid
- Guid resulted from the preparation call to be waited on.
- cancellationToken CancellationToken
- The cancellation token for the blocking.
See Also