Specifies whether this index job is paused (true) or not (false).
If this property is set to true, the JobStatus property of the index job is set to
IndexJobStatus.PAUSED. Otherwise, this index job is in progress and its
JobStatus property is set to IndexJobStatus.IN_PROGRESS.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property JobPauseRequested As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> JobPauseRequested { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> JobPauseRequested { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_jobPauseRequested(); function set_jobPauseRequested(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ