Content Engine did not pause the "{0}" index job. The index job has a status of {1} and a JobAbortRequested value of "{2}". To be paused, an index job must have a status of PENDING or IN_PROGRESS, and its JobAbortRequested property value must be null or false.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_TS_JOB_PAUSE_NOT_ALLOWED As ExceptionCode
C#
public static readonly ExceptionCode CBR_TS_JOB_PAUSE_NOT_ALLOWED
Visual C++
public:
static initonly ExceptionCode^ CBR_TS_JOB_PAUSE_NOT_ALLOWED
JavaScript
FileNet.Api.Exception.ExceptionCode.cbR_TS_JOB_PAUSE_NOT_ALLOWED

ToggleSee Also