update info text of complete node & add JP text

This commit is contained in:
Hiroyasu Nishiyama 2019-09-09 21:44:23 +09:00
parent d963dfdbb6
commit 8582cda124
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!--
Copyright JS Foundation and other contributors, http://js.foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-help-name="complete">
<p>他のノードにおけるメッセージ処理の完了 を受けてフローを開始します。</p>
<h3>詳細</h3>
<p>ノードからランタイムに対してメッセージ処理の完了が通知されると、本ノードによって次のフローを開始できます。</p>
<p>ードは出力ポートを持たないードと共に用いるo場合などに有用です。例えば、Emal送信ードで送信後にフローを起動する場合がこれに当たります。</p>
<p>このードはフロー内で選択したードに対するイベントを処理するように設定します。Catchードとは異なり、「全てのード」モードを指定して、フロー中の全てのードを対象とすることはできません。</p>
<p>全てのードで本ードのイベント処理を開始するわけではありません。Node-RED 1.0で導入した本機能を対象ノードがサポートしている必要があります。</p>
</script>