SysOperationServiceBase.isExecutingInBatch Method [AX 2012]

Indicates whether the method is called from code running in the context of a batch task.

protected boolean isExecutingInBatch()

Run On

Called

Return Value

Type: boolean
true if running in the context of a batch task; otherwise, false.

The application code can use the isExecutingInBatch method to determine whether code is running in the batch server context.

Community Additions

ADD
Show: