Cupt
Public Types
cupt::system::Worker::Action Struct Reference

action types More...

#include <cupt/system/worker.hpp>

List of all members.

Public Types

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

Detailed Description

action types


Member Enumeration Documentation

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

Count 

element count


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator