←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly