Open Agent のホスト上で指定したコマンドを実行します。
C#
eReturn = Execute (commandLine [, executionMode]);
VB
eReturn = Execute (commandLine [, executionMode])
変数 | 説明 |
---|---|
eReturn | コマンドの戻り値。 ExecutionResult。 |
commandLine | 実行するコマンド。 String。 |
executionMode | 省略可能: ExecutionMode 列挙データ型 で定義された定数を使用して指定するオプション。 指定されない場合、デフォルト値は WAIT_UNTIL_FINISHED。 ExecutionMode。 |