LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
LC::ProcessInfo Struct Reference

Describes a process represented by a row in an IJobHolder model. More...

#include "ijobholder.h"

Public Member Functions

bool operator== (const ProcessInfo &other) const =default
 

Public Attributes

TaskParameters Parameters_ {}
 
ProcessKind Kind_
 

Detailed Description

Describes a process represented by a row in an IJobHolder model.

This is one of the alternatives of the SpecificInfo variant stored in RowInfo::Specific_, used for rows representing ongoing processes (downloads, uploads, file transfers, etc.).

See also
IJobHolder
RowInfo

Definition at line 41 of file ijobholder.h.

Member Function Documentation

◆ operator==()

bool LC::ProcessInfo::operator== ( const ProcessInfo other) const
default

Member Data Documentation

◆ Kind_

ProcessKind LC::ProcessInfo::Kind_

Definition at line 45 of file ijobholder.h.

◆ Parameters_

TaskParameters LC::ProcessInfo::Parameters_ {}

Definition at line 43 of file ijobholder.h.


The documentation for this struct was generated from the following file: