Skip to content

Commit e6e4053

Browse files
authored
docs: Fix TODO comment
1 parent abf6f28 commit e6e4053

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/NCronJob/Configuration/Builder/NCronJobOptionBuilder.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,10 @@ public interface IJobStage
302302
/// </code>
303303
/// </example>
304304
IStartupStage<TJob> AddJob<TJob>(Action<JobOptionBuilder>? options = null) where TJob : class, IJob;
305-
305+
306306
/// <summary>
307-
/// TODO.
307+
/// Adds a job to the service collection that gets executed based on the given cron expression.
308308
/// </summary>
309-
/// <param name="jobType"></param>
310-
/// <param name="options"></param>
311-
/// <returns></returns>
312309
IStartupStage<IJob> AddJob(Type jobType, Action<JobOptionBuilder>? options = null);
313310
}
314311

0 commit comments

Comments
 (0)