node-red/packages/node_modules/@node-red/nodes/locales/ja/common/24-complete.html

25 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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/html" data-help-name="complete">
<p>他のノードにおけるメッセージ処理の完了を受けてフローを開始します</p>
<h3>詳細</h3>
<p>ノードからランタイムに対してメッセージ処理の完了が通知されると本ノードによって次のフローを開始できます</p>
<p>本ノードは出力ポートを持たないノードと共に用いる場合などに有用です例えばEmail送信ードで送信後にフローを起動する場合がこれに当たります</p>
<p>このノードはフロー内で選択したノードに対するイベントを処理するように設定しますCatchードとは異なり全てのノードモードを指定してフロー中の全てのノードを対象とすることはできません</p>
<p>全てのノードで本ノードのイベント処理を開始するわけではありませんNode-RED 1.0で導入した本機能を対象ノードがサポートしている必要があります</p>
</script>