Abort Property
Summary
Indicates whether the job operation has been aborted.
Syntax
[DataMemberAttribute(Name="abort")]
public bool Abort {get; set;}
<DataMemberAttribute(Name:="abort")>
Public Property Abort() As Boolean
Get
Set
public:
[DataMemberAttribute(Name=L"abort")]
property bool Abort
{
bool get()
void set(bool value)
}
Property Value
true if the job has been aborted; otherwise, false.