Each macro that is started has an associated macro ID. The ID is displayed when the macro is started and when the macro ends. Log messages for macroSchedular also display the unique ID.
For example, macro c in file bench.mac is started on a Telnet session and the unique ID is 25. The following start and end messages are output to the CLI session:
Macro 'c' in file 'bench.mac' starting execution (Id: 25)
. . .
Macro 'c' in file 'bench.mac' ending execution (Id: 25)