The status of the indexing job. This can be one of the following: Pending, InProgress, AbortInProgress, TerminateNormally, or TerminatedAbnormally.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property JobStatus As IndexJobStatus
C#
IndexJobStatus JobStatus { get; }
C++
property IndexJobStatus JobStatus abstract  {
    IndexJobStatus get();
}
J#
/** property */
public IndexJobStatus get_JobStatus();
JScript
public function get JobStatus() : IndexJobStatus

Remarks

See Also