Indicates whether there are any pending items to update in this batch.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function HasPendingExecute As Boolean
C#
public virtual bool HasPendingExecute()
Visual C++
public:
virtual bool HasPendingExecute()
JavaScript
function hasPendingExecute();

Return Value

A Boolean value of True if one or more items is pending in this batch; otherwise, False.

ToggleSee Also