MustAbort Property
Summary
Set to true if the job should be aborted; false otherwise.
Syntax
[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.