Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Execute ====== Method of [[:scripting:api:command-handler:start|ICommandHandler]] ===== Description ===== Execute command ===== Syntax ===== ==== JavaScript ==== <code javascript> CommandHandler.Execute(); </code>==== Visual Basic Script ==== <code vb> CommandHandler.Execute </code>==== C++ ==== <code cpp> HRESULT hr = CommandHandler.Execute(); </code>===== See Also ===== [[:scripting:api:command-handler:start|ICommandHandler]] ~~NOTOC~~