Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference Between "When the Job Succeeds" and "When the Job Completes"

What is the difference between the job notification options "When the Job Succeeds" and "When the Job Completes". From the looks of it, I assume "When the Job Completes" option encompasses both job successes and job failures, while "When the Job Succeeds" option encompasses only when the job runs succesfully. Is this correct?

like image 279
Lloyd Banks Avatar asked Feb 19 '23 10:02

Lloyd Banks


1 Answers

  • When the job succeeds to notify the operator when the job completes successfully.
  • When the job fails to notify the operator when the job completes unsuccessfully.
  • When the job completes to notify the operator regardless of completion status.

http://msdn.microsoft.com/en-us/library/ms191130.aspx

like image 94
Robert Harvey Avatar answered Apr 08 '23 00:04

Robert Harvey