showNotification
open fun showNotification(session: TerminalSession, title: String, body: String, level: NotificationLevel)
Called when the shell requests a desktop notification.
Parameters
session
session that received the event.
title
notification title.
body
notification body.
level
notification severity level.