Reports what action was specified for the automation server.
com
automation-server-command-line-action => action
| action |
One of the keywords :register, :unregister or :embedding, or nil. |
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. |
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38