Type alias NonAppProcessDetails

NonAppProcessDetails: ProcessDetails & {
    name: string;
}

Generated using TypeDoc