new_data_notification#

prefs.new_data_notification(p0: str) int#

Tells client how to handle dynamic data updates.

Used in conjunction with the dynamic data interface
Args:
p0:

‘type’

  • auto_update

  • ignore

  • prompt

Examples:
ensight.prefs.new_data_notification("auto_update")
Returns:

zero on success, non-zero on error