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. ====== eToolAutoExecute ====== Constant enumeration ===== Description ===== Define actions which auto execute the tool ===== Members ===== ^Member^ Value^ Description^ |**eToolAutoExecuteNever**| 0| Do not auto execute the tool| |**eToolAutoExecuteOnAppStart**| 1| Auto Execute tool on application start| |**eToolAutoExecuteOnDocClose**| 5| Auto Execute tool before document closed| |**eToolAutoExecuteOnDocCreate**| 4| Auto Execute tool after document created| |**eToolAutoExecuteOnDocOpen**| 3| Auto Execute tool after document opened| |**eToolAutoExecuteOnDocSave**| 2| Auto Execute tool on after document saved| ===== See Also ===== [[:scripting:api:tool-handler:auto-execute|IToolHandler::AutoExecute]] #API ~~NOTOC~~