scripting:api:command-handler-listener:on-after-execute

Action unknown: addtobook

onAfterExecute

After command execute

  • BSTR strCommandName
Appplication.onAfterExecute = function() {
  return pbContinue;
};
function onAfterExecute()
{
  return pbContinue
}
 
Appplication.onAfterExecute = onAfterExecute
HRESULT CCommandHandlerListener::onAfterExecute(BSTR strCommandName, VARIANT_BOOL* pbContinue)
{
 
}