Plugin: can I force the user to select the viewport?

I’m making a plugin, and when the user receives a notification I’d like it to force them to select the viewport
image (this)

I’ve checked ScriptEditorService and ScriptDocument, and while there is a way to force the user to close scripts they have open, I don’t see anything that would allow the plugin to just select the viewport (I don’t want all scripts to be closed, just deselected).

Searched the devforum, couldn’t find a solution.

You can’t force-select a tab

ScriptEditorService.OpenScriptDocumentAsync does just that, but as far as I’m aware it only works with scripts.

Well it seems like there’s no way to select the main viewport tab, so I’ll just have to close all script tabs and add a button to reopen them or something.