Process

process (start/stop) (<process name>)

Triggers when a windows process is started or stopped. This event will only fire when CoyoteMIDI is ran with administrator privileges.

Parameters:

  1. The action of the process, either ‘start’ or ‘stop’.
  2. The name of the process that triggered the event.

Variable map:

  • action: The action of the process, either ‘start’ or ‘stop’.
  • processname: The name of the process that triggered the event.
  • processid: The ID of the process that triggered the event.