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

AgentTimingInfo

import type { AgentTimingInfo } from "https://googleapis.deno.dev/v1/batch:v1.ts";

VM timing information

interface AgentTimingInfo {
agentStartupTime?: Date;
bootTime?: Date;
scriptStartupTime?: Date;
}

§Properties

§
agentStartupTime?: Date
[src]

Agent startup time

§
bootTime?: Date
[src]

Boot timestamp of the VM OS

§
scriptStartupTime?: Date
[src]

Startup time of the Batch VM script.