post_notification
Post a notification via omni.kit.notification_manager.
- Parameters
message (str) – The notification text.
info (bool) – notification is NotificationStatus.INFO when True otherwise NotificationStatus.WARNING
duration (int) – The duration (in seconds) after which the notification will be hidden. This duration only works if hide_after_timeout is True.