Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jul 25, 2024
1 parent 126f102 commit 11abd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundatio/Jobs/IQueueJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static class QueueJobExtensions
/// <summary>
/// Will run until the wait timeout expires. If there is still data the job will be cancelled. and then will cancel the job.
/// </summary>
/// <returns>The amount of queue items processed.</returns>
/// <returns>The amount of queue items processed. This count will not be accurate if the job is cancelled.</returns>
public static async Task<int> RunUntilEmptyAsync<T>(this IQueueJob<T> job, TimeSpan waitTimeout,
CancellationToken cancellationToken = default) where T : class
{
Expand Down

0 comments on commit 11abd78

Please sign in to comment.