Fwupd.Status – fwupd Reference Manual
Status
Description:
[
CCode
( cprefix =
"FWUPD_STATUS_"
, has_type_id =
false
) ]
public
enum
Status
The flags to show daemon status.
Namespace:
Fwupd
Package:
fwupd
Content:
Enum values:
DECOMPRESSING
-
Decompressing firmware
DEVICE_BUSY
-
The device is busy
DEVICE_ERASE
-
Erasing a device
DEVICE_READ
-
Reading from a device
DEVICE_RESTART
-
Restarting the device
DEVICE_VERIFY
-
Verifying (reading) a device
DEVICE_WRITE
-
Writing to a device
DOWNLOADING
-
A file is downloading
IDLE
-
Idle
LOADING
-
Loading a resource
SCHEDULING
-
Scheduling an offline update
SHUTDOWN
-
The daemon is shutting down
UNKNOWN
-
Unknown state
WAITING_FOR_AUTH
-
Waiting for authentication
Static methods:
public
static
Status
from_string
(
string
status)
Converts a string to a
Status
.
Methods:
public
unowned
string
to_string
()
Converts a
Status
to a string.
2022 vala-language.org