←Select platform

Abort Property

Summary

Aborts this job.

Syntax
C#
VB
C++
public bool Abort { get; set; } 
Public Property Abort() As Boolean 
   Get 
   Set 
public:  
   property bool Abort 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to signal the runner that this job should be aborted; otherwise, false. The default is false.

Requirements

Target Platforms

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly