healthmd status
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Check the paired phone’s live readiness, or read one durable job from local storage.
Synopsis
Section titled “Synopsis”healthmd status [--job <JOB_UUID>]Without --job, the command contacts the selected paired phone. With --job, it reads local state and does not contact a phone.
Options
Section titled “Options”| Option | Description |
|---|---|
--job <JOB_UUID> |
Read one durable job instead of checking live readiness. |
This command also accepts all global options.
Examples
Section titled “Examples”Check the only paired phone:
healthmd statusSelect a phone when more than one is paired:
healthmd status --device 11111111-2222-4333-8444-555555555555Inspect a durable job without contacting the phone:
healthmd status --job 11111111-2222-4333-8444-555555555555Result
Section titled “Result”Live status reports the selected device, direct connectivity, source readiness, and wake availability without including health values. Job status reports the saved request state, progress, and whether it can be resumed or still awaits cancellation acknowledgement.
Related commands
Section titled “Related commands”healthmd direct deviceslists paired phones.healthmd resumecontinues an interrupted job.healthmd cancelrequests explicit cancellation.