←Select platform

MustAbort Property

Summary

Set to true if the job should be aborted; false otherwise.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool MustAbort { get; set; } 
<DataMemberAttribute()>  
Public Property MustAbort() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property bool MustAbort 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the job should be aborted; false otherwise.

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.Services.JobProcessor.DataContracts Assembly