.. highlightlang:: us .. index:: AppRunAutomated .. _apprunautomated: AppRunAutomated ==================== .. us.tag AppRunAutomated GERMAN App New5513 :ref:`AppRunAutomated` prüft, ob UniPlot als COM-Server aufgerufen wurde. .. function:: bool = AppRunAutomated() .. us.return **Returnwert** Falls beim Aufruf von UniPlot die Parameter ``-Embedding`` oder ``-Automation`` angegeben wurden, liefert die Funktion TRUE (1), sonst FALSE (0). .. us.example **Beispiel** :: REM test.vbs Dim app REM Start UniPlot set app = CreateObject("UniPlot.Application") REM In UniPlot AppRunAutomated() return TRUE (1). MsgBox "AppRunAutomated() = " & app.call("AppRunAutomated"), 0,"VBS" .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2013.13 (5.51.3) - Neu. .. seealso:: :ref:`uberblick-application-objekt`, :ref:`AppGetCommandLine` :sub:`id-394362`