Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

UNNotification.Repeats

Queries repeat status.

Component Version macOS Windows Linux Server iOS SDK
UNNotification 7.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "UNNotification.Repeats"; UNNotificationRef )   More

Parameters

Parameter Description Example
UNNotificationRef The reference number of the notification. $Notification

Result

Returns 1, 0 or error.

Description

Queries repeat status.
Returns 1 if the trigger has repeat flag enabled or 0 if not.

Examples

Query repeat flag:

MBS( "UNNotification.Repeats"; $Notification )

See also

This function checks for a license.

Created 15th April 2017, last changed 17th April 2017


UNNotification.RemovePendingNotificationRequestsWithIdentifiers - UNNotification.Schedule