All Manuals > COM/Automation User Guide and Reference Manual > 2 COM Reference Entries

automation-server-command-line-action Function

Summary

Reports what action was specified for the automation server.

Package

com

Signature

automation-server-command-line-action => action

Values
action
One of the keywords :register, :unregister or :embedding, or nil.
Description

The function automation-server-command-line-action inspects the command line to see what action was specified for the automation server. The possible return values have the following meanings:

:register
The server should register itself (by register-server). Specified by /RegServer.
:unregister
The server should unregister itself (by unregister-server). Specified by /UnRegServer.
:embedding
The server was run with /Embedding or -Embedding.
nil
No recognized action.
See also

register-server
unregister-server


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38