Indicates whether this indexing job has been requested to abort.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property JobAbortRequested As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> JobAbortRequested { get; set; } |
C++ |
---|
property Nullable<bool> JobAbortRequested abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_JobAbortRequested(); /** property */ public void set_JobAbortRequested(Nullable<bool> value); |
JScript |
---|
public function get JobAbortRequested() : Nullable<bool> public function set JobAbortRequested(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ