Ensure component is ready before update. (#4523)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Fabian
2023-03-07 05:16:42 +01:00
committed by GitHub
parent 3227ef4bca
commit 3773c385c7
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -119,6 +119,8 @@ class Component {
bool is_failed();
bool is_ready();
virtual bool can_proceed();
bool status_has_warning();