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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also