Return timer job status from custom timer job

The
Central Administration has a timer job status page /_admin/ServiceRunningJobs.aspx

How to correctly return the status for my custom timer job?

The timer job method Execute()returns void.

+1
source share
2 answers

It either fails (exception) or succeeds (method completed)

+1
source

SPJobDefinition.UpdateProgress

+1
source

All Articles