BaseImageProcessingElementExecute Method |
Does the image processing. Method is used as delegate method for
ImageProcessing.ExecuteImgProcElWithTimeout() and may be started in
an own thread to allow aborting in case of a timeout.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic virtual bool Execute(
CancellationToken cancellationToken
)
Parameters
- cancellationToken CancellationToken
[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingElement.Execute(System.Threading.CancellationToken)"]
Return Value
Booleantrue in case of success, false otherwise. To check if a
failure is caused by a timeout this.IsTimedOut can be
used.
See Also