The duration, in seconds, that the audit disposition background task should wait upon successful completion of a full sweep prior to initiating another.
The audit disposition background task can only initiate a sweep if an unexpired timeslot exists;
otherwise, it will wait for an available timeslot, so the total delay might be longer.
A setting of 0 results in a full sweep as soon as the
ICmAuditingConfiguration.AuditDispositionWaitInterval
is up (assuming an unexpired timeslot exists). The default value is 86,400 seconds (24 hours).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property CompletionWaitInterval As Nullable(Of Integer) |
C# |
---|
Nullable<int> CompletionWaitInterval { get; set; } |
Visual C++ |
---|
property Nullable<int> CompletionWaitInterval {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_completionWaitInterval();
function set_completionWaitInterval(value); |