Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetAttachedInfo из 8.3.21 #13

Open
zeegin opened this issue Feb 23, 2022 · 0 comments · May be fixed by #15
Open

GetAttachedInfo из 8.3.21 #13

zeegin opened this issue Feb 23, 2022 · 0 comments · May be fixed by #15

Comments

@zeegin
Copy link

zeegin commented Feb 23, 2022

Реализована возможность загружать внешние компоненты в отдельном процессе, отделенном от процессов платформы «1С:Предприятие». В этом случае аварийное завершение внешней компоненты не приведет к аварийному завершению платформы, но потребует повторного подключения внешней компоненты.

Источник: https://dl03.1c.ru/content/Platform/8_3_21_1197/1cv8upd_8_3_21_1197.htm#596f707e-01b5-11ec-8371-0050569f678a

GetAttachedInfo

Синтаксис:

AttachedType GetAttachedInfo()

Возвращаемое значение:

AttachedType - тип подключения компоненты к платформе:
eAttachedIsolated = 0 - подключена изолированно,
eAttachedNotIsolated = 1 - подключена не изолированно.
Описание:

Запрашивает информацию о типе подключения компоненты.

https://its.1c.ru/db/metod8dev#content:3221:hdoc

@bapho-bush bapho-bush linked a pull request Mar 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant