The number of times this queued object has failed.

When this property is equal to or exceeds the MaximumFailures property on ICmQueueSweep, the QueueEntryStatus property is set to FAILED, and the sweep service no longer selects the entry for processing. To restart processing of a queue entry with a FAILED status, reset this property to zero, and the QueueEntryStatus property is changed from FAILED to RETRY_WAIT.

For a background search (ICmBackgroundSearch), when this property is equal to or exceeds the MaximumFailures property on ICmBackgroundSearch, the background search stops.

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

ToggleSyntax

Visual Basic (Declaration)
Property FailureCount As Nullable(Of Integer)
C#
Nullable<int> FailureCount { get; set; }
Visual C++
property Nullable<int> FailureCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_failureCount();
function set_failureCount(value);

ToggleRemarks

ToggleSee Also