Platforms to show: All Mac Windows Linux Cross-Platform
Back to WinSparkleMBS class.
WinSparkleMBS.CanShutdown as Boolean New in 26.3
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 26.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This call may come on a non GUI thread!
Return true to allow shutdown of the application.
Return false when you have something like an open edited document.
If you implemented the event, the property is not used.
See also:
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 17.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Some examples using this event:
WinSparkleMBS.DidNotFindUpdate
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 17.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Some examples using this event:
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 17.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 17.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Its implementation should gracefully terminate the application.
Some examples using this event:
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 17.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Some examples using this event:
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 25.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See UpdateCancelled for a subtly different event that may be more appropriate.
This is useful in combination with CheckUpdateWithUI or similar as it allows you to perform some action when the update dialog is closed.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 25.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Set event to be called when the user postpones an update by pressing 'remind me later' button.
This is useful in combination with CheckUpdateWithUI or similar as it allows you to perform some action when the download is postponed.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | Sparkle | MBS Win Plugin | 25.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The event to be called when the user skips an update.
This is useful in combination with CheckUpdateWithUI or similar as it allows you to perform some action when the update is skipped.
The items on this page are in the following plugins: MBS Win Plugin.