setaltairbatch

Configure settings related to running callaltairbatch.

Syntax

setaltairbatch(stringSetting)

Inputs

stringSetting
Setting to be modified.
Type: string
Valid settings:
'sync' to run callaltairbatch synchronously, this is the default.
'async' to run callaltairbatch asynchronously.
'verbose' to display verbose progress messages.
'quiet' to suppress verbose progress messages, this is the default.
'?' to display valid settings for this command.

Examples

setaltairbatch('sync')
(No output)
setaltairbatch('async')
(No output)
setaltairbatch('quiet')
(No output)
setaltairbatch('verbose')
callaltairbatch verbose on
setaltairbatch('?')
sync | async | verbose | quiet | ?