BatchTaskBundle.getSupportedTasksList Method [AX 2012]

Gets a list of the batch tasks supported by this bundle.

Syntax

public abstract container getSupportedTasksList()

Run On

Server

Return Value

Type: container
A list of class IDs that correspond to the set of supported batch tasks.

Remarks

This is an abstract method that must be defined on a derivative class.

See Also

Reference

BatchTaskBundle Class