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

NextPrevUpTopContentsIndex

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

Arguments

None.

Values

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


LispWorks COM/Automation User Guide and Reference Manual - 23 Mar 2017

NextPrevUpTopContentsIndex