We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#yield yield-operator stops thread. Coroutine
スレッド外でyield命令が実行された場合、PSLスクリプト全体の処理が停止します. それが組み込みスクリプトであるのなら、 再びPSL::Runを呼び出すことで、続きから処理を再開することが可能です.