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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 86400
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ