Message 1 of 2
Event handler for all commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use Python script and attach an event handler to all Fusion commands, which would count invoked commands in my Fusion session. Is it possible to use this event? What will be the "command_var"?
onActivate = MyActivateHandler()
command_var.activate.add(onActivate)
handlers.append(onActivate)