/CheckModules [-ThinClient] [-WebClient] [-Server] [-ExternalConnection] [-ThickClientOrdinaryApplication] [-MobileAppClient] [-MobileAppServer] [-ExtendedModulesCheck][-Extension <extension name>] [-AllExtensions]  

Performs the module check. Specify at least one of the check options, otherwise the check is not performed.

ThinClient . Perform the check in the thin client mode.
WebClient. Perform the check in the web client mode.
Server. Perform the check in 1C:Enterprise server mode.
ExternalConnection. Perform the check in the external connection mode.
ThickClientOrdinaryApplication . Perform the check in the client application mode.
MobileAppClient. Perform the check in the mobile application client mode.
MobileAppServer. Perform the check in the mobile application server mode.
ExtendedModulesCheck. Check method calls, check calls of object properties using . (dot) for a limited set of types, and check whether string literals that serve as parameters for certain functions, such as GetForm, are correct.
Extension <extension name>. Check the extension with the specified name. If the extension is successfully processed, return 0. Otherwise (if the extension with the specified name is not available or any processing errors occur) return 1.
AllExtensions. Check all extensions.

1C:Enterprise Developer's Community