![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
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_ |
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.).
Definition at line 41 of file ijobholder.h.
|
default |
| ProcessKind LC::ProcessInfo::Kind_ |
Definition at line 45 of file ijobholder.h.
| TaskParameters LC::ProcessInfo::Parameters_ {} |
Definition at line 43 of file ijobholder.h.