Packages
fwupd
Fwupd
UpdateState
FAILED
FAILED_TRANSIENT
NEEDS_REBOOT
PENDING
SUCCESS
UNKNOWN
from_string
to_string
UpdateState
Description:
[
CCode
( cprefix =
"FWUPD_UPDATE_STATE_"
, has_type_id =
false
) ]
public
enum
UpdateState
The update state.
Namespace:
Fwupd
Package:
fwupd
Content:
Enum values:
FAILED
-
Update failed
FAILED_TRANSIENT
-
Update failed due to transient issue, e.
NEEDS_REBOOT
-
Waiting for a reboot to apply
PENDING
-
Update is pending
SUCCESS
-
Update was successful
UNKNOWN
-
Unknown
Static methods:
public
static
UpdateState
from_string
(
string
update_state)
Converts a string to a
UpdateState
.
Methods:
public
unowned
string
to_string
()
Converts a
UpdateState
to a string.