Function

UserMacros.RecallMacroById

Void UserMacros.RecallMacroById("MacroID")
API http://api.avolites.com/11.0/UserMacros.RecallMacroById.html
description Recalls a macro with the supplied macro ID.
namespace UserMacros
parameter macro ID ( String ) : the macro ID of the macro to recall
return value Void
Example in

Create Workspaces:

  <step>UserMacros.RecallMacroById("adb.Macros.recordworkspace1")</step>

This recalls the macro with the ID “adb.Macros.recordworkspace1”

Also used in
Remarks