Arbortext Command Language > Functions by Alphabetical Listing > macro_recording
  
macro_recording
macro_recording ([doc])
If doc is not specified, this function returns 1 (True) if a macro is currently being recorded on any document.
If doc is specified, macro_recording returns 1 if macro recording was started on the document specified by doc. If a macro is being recorded on another document, macro_recording returns 0. If doc is 0, the current document is used.
doc — Optional. The identifier of the document tree.
Related Topics
macro_record built-in function