Share via


SysWorkflowMessageQueueManager.canGoBatchJournal Method [AX 2012]

Microsoft internal use only.

Syntax

protected boolean canGoBatchJournal()

Run On

Called

Return Value

Type: boolean
A Boolean value.

Remarks

A class that can be used in a batch journal is a class for which the same parameters can be used repeatedly. The dialog box can be shown and the parameters can be changed but parameters of some classes might build on data that are only valid for a short time. Not all classes can be run two times with the same parameters. If the canGoBatch method returns false, this method will not have any effect.

See Also

Reference

SysWorkflowMessageQueueManager Class