Gjsify LogoGjsify Logo

What status we are now; this can change for each transaction giving a status of what sort of thing is happening Icons that change to represent the current status of the transaction will use these constants If you add to these, make sure you add filenames in gpk-watch.c also

A typical transaction will do:

  • schedule task WAIT
  • run task SETUP
  • wait for lock RUNNING

This means that backends should run pk_backend_set_status (backend, PK_STATUS_ENUM_RUNNING) when they are ready to start running the transaction and after a lock has been got.

Index

Enumeration Members

CANCEL: number

Cancelling

CHECK_EXECUTABLE_FILES: number

Checking executable files

CHECK_LIBRARIES: number

Checking libraries

CLEANUP: number

Cleaning up

COMMIT: number

Committing

COPY_FILES: number

Copying files

DEP_RESOLVE: number

Resolving dependencies

DOWNLOAD: number

Downloading

DOWNLOAD_CHANGELOG: number

Downloading changelog information

DOWNLOAD_FILELIST: number

Downloading file list

DOWNLOAD_GROUP: number

Downloading group information

DOWNLOAD_PACKAGELIST: number

Donwloading package list

DOWNLOAD_REPOSITORY: number

Downloading respository

DOWNLOAD_UPDATEINFO: number

Downloading update information

FINISHED: number

Finished

GENERATE_PACKAGE_LIST: number

Generating package list

INFO: number
INSTALL: number

Installing

LAST: number
LOADING_CACHE: number

Loading cache

OBSOLETE: number
QUERY: number
REFRESH_CACHE: number

Refreshing cache

REMOVE: number

Removing

REPACKAGING: number

Repackaging

REQUEST: number
RUNNING: number

Running

RUN_HOOK: number

Running package hook

SCAN_APPLICATIONS: number

Scanning for applications

SCAN_PROCESS_LIST: number

Scanning running processes

SETUP: number

Setting up

SIG_CHECK: number

Checking signatures

TEST_COMMIT: number

Testing commit

UNKNOWN: number

Unknown status

UPDATE: number

Updating

WAIT: number

Waiting

WAITING_FOR_AUTH: number

Waiting for authentication/authorization

WAITING_FOR_LOCK: number

Waiting for lock

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method