「Pythonスコープ」アクテビティについてです。※現在ナレッジ準備中です
目次
1.アクティビティのプログラム名
RCA.Activities.Python.PythonScope
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Python>Pythonスコープ
A container which gives you the scope for Python activities and initializes the specified Python environment. When this activity ends, all objects loaded up to that points are deleted.
Pythonアクティビティのスコープを与え、指定したPython環境を初期化するコンテナです。このアクティビティが終了すると、その時点までに読み込まれたオブジェクトは全て削除されます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
Body
4.使い方
準備中