This commit is contained in:
InsanusMokrassar
2023-07-23 07:55:04 +00:00
parent 618257f439
commit b3cf22d277
4 changed files with 39 additions and 39 deletions

View File

@@ -587,9 +587,9 @@ important terms:</p>
<li>All the <code>chain</code>s of resumed <code>node</code> will have status <code>RESUMED</code></li>
<li>Only in the <code>chain</code> with status <code>RESUMED</code> there are <code>RESUMED</code> nodes</li>
</ul>
<details class="info statuses">
<summary>Info</summary>
<p>There are 3 statuses:</p>
<details class="info">
<summary>Statuses</summary>
<p>There are 4 real statuses:</p>
<ul>
<li>New - Means that Node/Chain is just created (even before constructor) or has been fully destroyed (in context of navigation)</li>
<li>Created - Means that Node/Chain is created or preparing for destroing</li>