BatchTaskBundle.isFull Method [AX 2012]

Determines whether the bundle is full.

Syntax

public abstract boolean isFull()

Run On

Server

Return Value

Type: boolean
true if the bundle is full; otherwise, false.

Remarks

This is an abstract method that must be defined on a derivative class. The concrete implementation must understand its process and when its bundles should be determined as being full.

See Also

Reference

BatchTaskBundle Class