RoboScriptExecution

使用者提供的 Robo 指令碼的執行統計資料。

JSON 表示法
{
  "totalActions": integer,
  "successfulActions": integer
}
欄位
totalActions

integer

Robo 指令碼中的動作總數。

successfulActions

integer

成功執行的 Robo 指令碼動作數量。