You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LinkDotNet.NCronJob/IJobNotificationHandler.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ namespace LinkDotNet.NCronJob;
7
7
publicinterfaceIJobNotificationHandler
8
8
{
9
9
/// <summary>
10
-
/// This method is invoked when a <see cref="IJob"/> is finished (either successfully or with an exception).
10
+
/// This method is invoked when an <see cref="IJob"/> is finished (either successfully or with an exception).
11
11
/// </summary>
12
12
/// <param name="context">The <see cref="JobExecutionContext"/> that was used for this run.</param>
13
13
/// <param name="exception">The exception that was thrown during the execution of the job. If the job was successful, this will be <c>null</c>.</param>
0 commit comments