interface ProcessSessionInfo {
    adapter: string;
    cols: number;
    created_at: number;
    exit_code?: number;
    fifo_path?: string;
    log_file?: string;
    name: string;
    rows: number;
    session_id: string;
    state: ProcessState;
}

Properties

adapter: string
cols: number
created_at: number
exit_code?: number
fifo_path?: string
log_file?: string
name: string
rows: number
session_id: string