Share via


ServiceTaxPOTInquiryBase_IN.parmIsBatchMode Method [AX 2012]

Indicates whether the process is running in batch mode.

Syntax

public boolean parmIsBatchMode([boolean _isBatchMode])

Run On

Called

Parameters

  • _isBatchMode
    Type: boolean
    A flag that indicates a batch run.

Return Value

Type: boolean
true if the process is running in batch mode; otherwise, false.

See Also

Reference

ServiceTaxPOTInquiryBase_IN Class