Status of currently added job

I have added New job with job ID : "08cc4c42-835c-4c7f-bcea-9a6a89ae0222 "

  Guid guid = Guid.NewGuid();
  var jobid =  guid.ToString()

Recurring job by below Line

List recurringJobs = Hangfire.JobStorage.Current.GetConnection().GetRecurringJobs();

Geting List of Recurring job but not geting status

How to get Status of Currently added job ?