2.2.7.5.4 OrgAppInfo::Launch
Contents
Version
Minimum Origin Version Required: Origin 2017 SR0
Description
Run the given app (supports installed app only).
Syntax
BOOL Launch()
Parameters
Return
Return TRUE if succeeded.
Examples
EX1
void OrgApps_Launch_ex1() { OrgAppInfo appInstalled; if ( OrgApps.FindInstalledApp(appInstalled, 100) ) appInstalled.Launch(); }
Remark
See Also
Header to Included
origin.h