RoboScriptExecution

用戶提供的 Robo 腳本的執行統計信息。

JSON 表示
{
  "totalActions": integer,
  "successfulActions": integer
}
字段
totalActions

integer

Robo 腳本中的操作總數。

successfulActions

integer

成功執行的 Robo 腳本操作數。