GetJobStatus

Discussion in 'Control Panel API' started by DKSW, May 22, 2015.

  1. I see the documention help file in the sticky thread has not been updated in awhile. It doesn't have info on the SQL 2014 methods or GetJobStatus

    What are the possible values for GetJobStatus? How do I know from those values whether a
    Sql2014CreateBackupJob is completed, and if that was successful or had an error?
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    Sorry.. we haven't been updating the help file as the tool that we used to generate the help file no longer works. We've posting updates in the forum.

    GetJobStatus returns a struct

    • Status: string (Completed, Running, Terminated, Suspended)
    • StartDateTime: Datetime
    • CompletedDateTime: Datetime
    • ErrorMessage: string
     

Share This Page