Skip to main content

status

Function status 

Source
pub async fn status(config: &DaemonConfig) -> Result<DaemonStatus>
Expand description

Get the daemon’s current status by querying its REST API.

If the daemon is not running, returns a DaemonStatus with running: false.