AppRunAutomatedΒΆ

AppRunAutomated checks if Uniplot was invoked as a COM-Server.

bool = AppRunAutomated()

Return Value

If UniPlot was started with the parameter -Embedding or -Automation the function returns TRUE (1) and otherwise FALSE (0).

Example

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"

History

Version Description
R2913.13 (5.51.3) New.

id-394362