Your comments

This request would have to be fulfilled by the RMM console integration team, as it is not a function of control. I have forwarded this to that product team.

Stephen, Can you give me your usage case here? Why would hiding the timeline from a user who has access to the host page be beneficial?

Thanks!

Sean

Yes, it is possible, here are a couple of examples to get you started along with a link to our Trigger references, these are both Session Event triggers.

Here is what a Run Command trigger would look like, the RanCommand is processed on the guest side so is technically after the command is queued:
Event.EventType = 'RanCommand' AND Event.Data LIKE '%ipconfig%'

The QueuedCommand event is what the Host does, so the command is Queued and then Run on the guest side.

Event.EventType = 'QueuedCommand' AND Event.Data LIKE '%ipconfig%'

Note that the Event.Data I used a LIKE with surrounding wildcards as the data will contain both the command and the resulting output. 

https://docs.connectwise.com/ConnectWise_Control_Documentation/Get_started/Administration_page/Triggers_page/List_of_trigger_definitions

All, I wanted to give an update on this. We have finished scoping out the work required and will soon be scheduling the work. I can't give a firm date on when this will be available yet, but will update when the work is nearing completion.