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
- _task
Type: RunBaseBatch Class
The task to compare the bundle's capacity.
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.