Skip to content

Commit

Permalink
OnInstallCompleteAll
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed Dec 31, 2024
1 parent 291e333 commit 9591151
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manual/list_shiori_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ <h1>インストールイベント</h1>
<li><a href="#OnInstallBegin">OnInstallBegin</a></li>
<li><a href="#OnInstallComplete">OnInstallComplete</a></li>
<li><a href="#OnInstallCompleteEx">OnInstallCompleteEx</a></li>
<li><a href="#OnInstallCompleteAll">OnInstallCompleteAll</a></li>
<li><a href="#OnInstallFailure">OnInstallFailure</a></li>
<li><a href="#OnInstallRefuse">OnInstallRefuse</a></li>
<li><a href="#OnInstallReroute">OnInstallReroute</a></li>
Expand Down Expand Up @@ -2414,6 +2415,24 @@ <h1>インストールイベント</h1>
</ul>
</dd>
</dl>
<dl id="OnInstallCompleteAll">
<dt class="entry">OnInstallCompleteAll</dt>
<dd class="entry">
<p>複数のnarをD&Dした時などに、インストールが<b>すべて</b>正常終了した際に、OnInstallComplete/同Exの後に、最後に発生。</p>
<dl class="reference">
<dt>Reference0</dt>
<dd>インストールした物の<a href="#caption_install-identifier">※識別子</a>。複数の場合はバイト値1区切り。</dd>
<dt>Reference1</dt>
<dd>インストールした物の名前。複数の場合はバイト値1区切り。</dd>
<dt>Reference2</dt>
<dd>インストールした場所。複数の場合はバイト値1区切り。</dd>
</dl>
<ul class="supported-baseware">
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /></li>
<li><img src="image/icon_n.png" alt="Ninix" width="34" height="16" /></li>
</ul>
</dd>
</dl>
<dl id="OnInstallFailure">
<dt class="entry">OnInstallFailure</dt>
<dd class="entry">
Expand Down

0 comments on commit 9591151

Please sign in to comment.