Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoboScriptExecution

import type { RoboScriptExecution } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Execution stats for a user-provided Robo script.

interface RoboScriptExecution {
successfulActions?: number;
totalActions?: number;
}

§Properties

§
successfulActions?: number
[src]

The number of Robo script actions executed successfully.

§
totalActions?: number
[src]

The total number of actions in the Robo script.