From aa1da08ab4bed92725dfadb2e6d6c4180d1df7c0 Mon Sep 17 00:00:00 2001 From: Peter <1308309+AnderssonPeter@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:33:56 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c774f4..4329de2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ To create a progress bar you can use `IProgressBarFactory`. ## IJobCancellationToken Just take the `IJobCancellationToken` as a constructor parameter to get a hold of the cancellation token. +## Schedule jobs +Contains a extension method for `AddOrUpdateManuallyTriggered` if you have a job that should only be run manually. + # Hangfire.Console.Extensions.Serilog [![NuGet version](https://badge.fury.io/nu/Hangfire.Console.Extensions.Serilog.svg)](https://badge.fury.io/nu/Hangfire.Console.Extensions.Serilog)