The status of the indexing job. This can be one of the following: Pending, InProgress, AbortInProgress, Paused, TerminateNormally, or TerminatedAbnormally. For descriptions of each value, see FileNet.Api.Constants.IndexJobStatus.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property JobStatus As IndexJobStatus
C#
IndexJobStatus JobStatus { get; }
Visual C++
property IndexJobStatus JobStatus {
	IndexJobStatus get ();
}
JavaScript
function get_jobStatus();

ToggleRemarks

ToggleSee Also