From 673f3a0bcda19ecc75ed48020a619d8c06ab01e1 Mon Sep 17 00:00:00 2001 From: Affan Khan <29756942+khanaffan@users.noreply.github.com> Date: Tue, 11 Jun 2019 16:42:52 -0400 Subject: [PATCH] #131442 - Add isOpen() to IModelDb to make async call safer to sync api in IModeDb.ts --- common/api/imodeljs-backend.api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/api/imodeljs-backend.api.md b/common/api/imodeljs-backend.api.md index 8f1edec88ff2..611afccc9555 100644 --- a/common/api/imodeljs-backend.api.md +++ b/common/api/imodeljs-backend.api.md @@ -1677,6 +1677,8 @@ export class IModelDb extends IModel { importSchema(requestContext: ClientRequestContext | AuthorizedClientRequestContext, schemaFileName: string): Promise; // @internal (undocumented) insertCodeSpec(codeSpec: CodeSpec): Id64String; + // @internal + readonly isOpen: boolean; readonly isReadonly: boolean; // @deprecated readonly isStandalone: boolean;