1

There is a timer job status page in Central Admin
/_admin/ServiceRunningJobs.aspx

How can I properly return the status for my custom timer job ?

The Execute() method of timer job returns void.

Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124

2 Answers2

1

SPJobDefinition.UpdateProgress

filmor
  • 30,840
  • 6
  • 50
  • 48
bva999
  • 11
  • 1
1

It either fails (Exception) or succeeds (Method completes)

Colin
  • 10,630
  • 28
  • 36