Name

org.opensuse.Agama1.ServiceStatus

Properties

All      readable   aa{sv}
Current  readable   u

Description

Each service will have an status (*idle* or *busy*). The service should change its status to *busy* when it is going to start an expensive tasks. The status should be set back to *idle* once the long task is done.

The main object of a service implements the following interface:

Property Details

The "All" property

All  readable   aa{sv}

All possible statuses:

[
{"id" => 0, "label" => "idle"},
{"id" => 1, "label" => "busy"}
]

The "Current" property

Current  readable   u

Id of the current status.