Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Central Admin /_admin/ServiceRunningJobs.aspx中有一个计时器作业状态页面
如何正确返回自定义计时器作业的状态?
Execute()计时器作业的方法返回void。
Execute()
void
它要么失败(异常),要么成功(方法完成)
SPJobDefinition.UpdateProgress