Type alias AppProcessInfo

AppProcessInfo: {
    entities: EntityProcessDetails[];
    uuid: string;
}

Type declaration

  • entities: EntityProcessDetails[]

    Process info for each window and view for the application.

  • uuid: string

    The uuid of the application.

Generated using TypeDoc