「Pythonスクリプトの読み込み」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Python.LoadScript
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Python>Pythonスクリプトの読み込み
Enables you to store the handlers of a Python script in a PythonObject variable. You can use the resulting variable to invoke the methods within the code. This activity only can be used in Python Scope activity.
Python スクリプトのハンドラを PythonObject 変数に格納できるようにします。結果の変数を使用して、コード内のメソッドを呼び出すことができます。このアクティビティはPython Scopeアクティビティでのみ使用できます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Code ・・・ The code you want to execute. String supported only
Result ・・・ The handlers for the specified Python script, stored in a PythonObject variable
ScriptFile ・・・ The file path of Python script.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中