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


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

Syntax

Visual Basic (Declaration)
Public Overridable Function HasPendingExecute() As Boolean
C#
public virtual bool HasPendingExecute()
C++
public:
 virtual bool HasPendingExecute()
J#
public virtual bool HasPendingExecute()
JScript
public virtual  function HasPendingExecute() : bool

Return Value

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

See Also