notifications# property OslServerProcess.notifications: Tuple[ServerNotification, ...] | None# Notifications which are sent to the listener. Returns: Optional[Tuple[ServerNotification,…]]Notifications which are sent to the listener, if defined; None otherwise.