Cupt
Public Types | Static Public Attributes | List of all members
cupt::system::Worker::Action Struct Reference

action types More...

#include <cupt/system/worker.hpp>

Public Types

enum  Type {
  Install, Remove, Purge, Upgrade,
  Downgrade, Configure, Deconfigure, ProcessTriggers,
  Reinstall, Count
}
 

Static Public Attributes

static const char * rawStrings [Count]
 lower-case, unlocalized string values of corresponding types More...
 

Detailed Description

action types

Member Enumeration Documentation

◆ Type

Enumerator
Install 

a new package is installed

Remove 

the existing package is removed

Purge 

the existing package is purged

Upgrade 

new version of the existing package is installed

Downgrade 

old version of the existing package is installed

Configure 

the existing package in intermediate state is configured (properly installed)

Deconfigure 

the existing package in intermediate state is removed

ProcessTriggers 

triggers are processed for the existing package

Reinstall 

remove and install the installed version

Count 

element count

Member Data Documentation

◆ rawStrings

const char* cupt::system::Worker::Action::rawStrings[Count]
static

lower-case, unlocalized string values of corresponding types


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