I am trying to get the time between 2 events that can be set with multiple id values set in an eVar.
E.g. I have a tool started event that has a tool.toolId (eVar1) value of "Calculator" with a tool completed event with the same tool.toolId (eVar1) value of "Calculator". But there may be other tool started and complete events that happen between the Calculator tool started and tool completed.
I am trying to figure out if I can use the getTimeToComplete plugin to start a timer for each tool started based on the tool.toolID (eVar1).
Thanks