Pk.Exit – packagekit-glib2 Reference Manual
Exit
Description:
[
CCode
( cname =
"PkExitEnum"
, cprefix =
"PK_EXIT_ENUM_"
, type_id =
"pk_exit_enum_get_type ()"
) ]
[
GIR
( name =
"ExitEnum"
) ]
public
enum
Exit
How the backend exited
Namespace:
Pk
Package:
packagekit-glib2
Content:
Enum values:
CANCELLED
-
Backend was cancelled
CANCELLED_PRIORITY
-
Cancelled due to higher priority task
EULA_REQUIRED
-
A EULA is required to be accepted
FAILED
-
Backend failed
KEY_REQUIRED
-
A repository encryption key needs installing
KILLED
-
Backend was killed
LAST
MEDIA_CHANGE_REQUIRED
-
Media change required
NEED_UNTRUSTED
REPAIR_REQUIRED
-
Package database requires repairing
SKIP_TRANSACTION
SUCCESS
-
Backend exited successfully
UNKNOWN
-
Unknown exit status
Static methods:
public
static
Exit
enum_from_string
(
string
exit)
Converts a text enumerated type to its unsigned integer representation
public
static
Exit
from_string
(
string
exit)
Methods:
public
unowned
string
enum_to_string
()
Converts a enumerated type to its text representation
public
unowned
string
to_string
()
2022 vala-language.org