upgrade_schedule_status()
relationalai.app
upgrade_schedule_status()A procedure that checks whether the saved upgrade task is present and what status it reports for the RAI Native App.
Requires the app_admin application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Use app.upgrade_schedule_status() to check whether the saved upgrade task is present and what status it reports:
-- Check whether the saved upgrade task is present and what status it reports.CALL relationalai.app.upgrade_schedule_status();See Upgrades for more information on upgrading the RAI Native App.