←Select platform

AbortAllJobs Method

Summary

Aborts all running and pending jobs.

Syntax
C#
VB
Objective-C
C++
Java
public void AbortAllJobs() 
Sub AbortAllJobs()  
- (void)abortAllJobs 
public void abortAllJobs() 
void AbortAllJobs();  

Remarks

Call this method to cause all running and pending jobs started with Run, RunJob or RunJobAsync to gracefully abort. Notice that this method will only triggers the abortion operation and returns immediately. You must still add synchronization code if your application logic needs to be informed when all jobs are completed/aborted. For a complete example on how to accomplish this, refer to RunJob.

Example

For an example, refer to RunJob.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly