Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

Plugin.IsPrerelease

Queries whether this is a MBS Plugin beta version.

Component Version macOS Windows Linux Server iOS SDK
Plugin 10.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Plugin.IsPrerelease" )

Parameters

none

Result

Returns 1 or 0.

Description

Queries whether this is a MBS Plugin beta version.
We set to 1 for prerelease versions and 0 for final version.

Examples

Check and ask user to install newer version than the prerelease they have:

If [ MBS("Plugin.IsPrerelease") ]
    If [ Get(CurrentDate) - MBS( "Plugin.CompileDate" ) >= 14 ]
        Show Custom Dialog [ "Update" ; "Please install newer version of MBS Plugin." & ¶ & MBS("Version") ]
    End If
End If

See also

Release notes

Blog Entries

This function is free to use.

Created 24th December 2019, last changed 24th December 2019


Plugin.IsMaintenanceExpired - Plugin.JasperVersion

💬 Ask a question or report a problem