Web tools | repo >> |
checkupdate() |
checkupdate('url', http_url_to_check) |
checkupdate('forcenogui', true_or_false) |
checkupdate('url', http_url_to_check, 'forcenogui', true_or_false) |
checkupdate('forcenogui', true_or_false) |
[res, msg, url_new_version] = checkupdate(...) |
a string: URL to check the latest Nelson's application version.
a logical: true (force CLI), false (detect default mode).
a logical: result of the update check.
a string: message providing information about the update check.
a string: URL to download the new version if available.
checkupdate checks if a new version of Nelson is available and opens a URL to download it.
This function is primarily used through the menu action available in the main window's help section.
checkupdate
Version | Description |
---|---|
1.2.0 | Initial version |
Allan CORNET