COSMovements.canSplitTask Method [AX 2012]

Determines whether the task should be split into subtasks.

protected boolean canSplitTask()

Run On

Called

Return Value

Type: boolean
true if the class of integration task should be split into subtasks; otherwise, false.

The base implementation returns false. Subclasses that support task parallelization should override this method.

Community Additions

ADD
Show: