pub fn create_ready_check_job(
daemon_id: &DaemonId,
check_type: &ReadyCheckType,
) -> Arc<ProgressJob> ⓘExpand description
Creates a progress job showing a spinner while waiting for a ready check.
Returns a Arc<ProgressJob> that the caller should update:
- Set body to success message and status to
Donewhen the daemon is ready - Set body to failure message and status to
Failedwhen the daemon fails