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

AppProcessStartEvent

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

An app process was started. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

interface AppProcessStartEvent {
processInfo?: AppProcessInfo;
}

§Properties

§
processInfo?: AppProcessInfo
[src]

Information about a process.