BatchTaskBundle.isTaskLargerThanMyBaseCapacity Method [AX 2012]

Determines whether the specified task is larger than a base capacity of the bundle.

Syntax

public abstract boolean isTaskLargerThanMyBaseCapacity(RunBaseBatch _task)

Run On

Server

Parameters

Return Value

Type: boolean
true if the task is larger than the base capacity of the bundle; otherwise, false.

Remarks

This is an abstract method that must be defined on a derivative class. The concrete implementation must understand its process and be able to define a base capacity.

See Also

Reference

BatchTaskBundle Class