Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.Release
Releases the notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification UserNotification | 7.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.Release"; Notification ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Result
Returns OK or error.
Description
Releases the notification.This frees up memory used.
Examples
Free notification:
Set Variable [$r; Value:MBS( "WindowsUserNotification.Release"; Windows User Notifications::ID)]
If [MBS("IsError")]
Show Custom Dialog ["Error"; $r]
End If
Set Field [Windows User Notifications::ID; ""]
See also
- IsError
- UserNotification.Release
- WindowsUserNotification.GetTag
- WindowsUserNotification.GetText
- WindowsUserNotification.List
- WindowsUserNotification.ReleaseAll
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.Setting
Release notes
- Version 10.5
- Added CFunction.ReleaseAll, CGImageSource.ReleaseAll, CLibrary.ReleaseAll, DynaPDF.ReleaseAll, ECKey.ReleaseAll, FSEvents.ReleaseAll, MarkDown.ReleaseAll, MenuItem.ReleaseAll, SendMail.ReleaseAll, Shell.ReleaseAll, SmartCard.ReleaseAll, TouchBar.ReleaseAll, UserNotification.ReleaseAll, WMFP.ReleaseAll, WMIQuery.ReleaseAll and WindowsUserNotification.ReleaseAll.
Example Databases
This function is free to use.
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.NewNotification - WindowsUserNotification.ReleaseAll