Fwupd.Status – fwupd Reference Manual
Packages
fwupd
Fwupd
Status
DECOMPRESSING
DEVICE_BUSY
DEVICE_ERASE
DEVICE_READ
DEVICE_RESTART
DEVICE_VERIFY
DEVICE_WRITE
DOWNLOADING
IDLE
LOADING
SCHEDULING
SHUTDOWN
UNKNOWN
WAITING_FOR_AUTH
WAITING_FOR_USER
from_string
to_string
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 update for installation on reboot.
SHUTDOWN
-
The daemon is shutting down.
UNKNOWN
-
Unknown state.
WAITING_FOR_AUTH
-
Waiting for authentication.
WAITING_FOR_USER
-
Waiting for an interactive user action.
Static methods:
public
static
Status
from_string
(
string
? val)
Converts a string to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts an enumerated value to a string.