What is the difference between "is_connected" and "is_online" status?
I was wondering how to interpret this output. In the example below, the first output shows staus "is_connected"=Trye and "is_online" not, but in the second, both are True. What has changed?
$ dbus-send --session --print-reply --dest=
array [
dict entry(
string "is_error"
string ""
)
dict entry(
string "is_connected"
string "True"
)
dict entry(
string "name"
string "SCANNING_
)
dict entry(
string "is_online"
string ""
)
dict entry(
string "description"
string "doing server rescan, BOTHQ waiting"
)
]
Later:
$ dbus-send --session --print-reply --dest=
array [
dict entry(
string "is_error"
string ""
)
dict entry(
string "is_connected"
string "True"
)
dict entry(
string "name"
string "START_
)
dict entry(
string "is_online"
string "True"
)
dict entry(
string "description"
string "start working on both content and metadata"
)
]
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- John Lenton
- Solved:
- Last query:
- Last reply: