Improve the workflow for extensions that fail on import

This commit is contained in:
baldurk
2026-08-28 15:46:23 +01:00
parent f5240a4a47
commit a1b76c231e
6 changed files with 39 additions and 6 deletions
+8
View File
@@ -370,6 +370,14 @@ This will always be false if the extension is unloaded.
:type: bool
)");
bool hasChanges = false;
DOCUMENT(R"(A flag indicating that the extension failed to load properly.
This will always be false if the extension is unloaded.
:type: bool
)");
bool failedLoad = false;
};
DECLARE_REFLECTION_STRUCT(ExtensionMetadata);