Share via


SysImportBatchProcessor.canGoBatch Method [AX 2012]

Indicates whether the current instance can be used for batch processing.

Syntax

public boolean canGoBatch()

Run On

Called

Return Value

Type: boolean
false if the current instance can be used for batch processing; otherwise, true.

Remarks

This method must be in this class because it is called from the dialogRunbase class.

See Also

Reference

SysImportBatchProcessor Class