From 82801c219fbb3c9928deb9eb4198a067cdb2dec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 17 Mar 2020 20:30:11 +0300 Subject: [PATCH] Update Background-Workers.md --- docs/en/Background-Workers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/Background-Workers.md b/docs/en/Background-Workers.md index eda0f83ed9..ff05a4162c 100644 --- a/docs/en/Background-Workers.md +++ b/docs/en/Background-Workers.md @@ -112,9 +112,11 @@ While we generally add workers in `OnApplicationInitialization`, there are no re ## Options -`AbpBackgroundWorkerOptions` is used to set options for the background workers. There is only one option currently: +`AbpBackgroundWorkerOptions` class is used to [set options](Options.md) for the background workers. Currently, there is only one option: -* `IsEnabled` (default: true): Used to enable/disable the background worker system for your application. +* `IsEnabled` (default: true): Used to **enable/disable** the background worker system for your application. + +> See the [Options](Options.md) document to learn how to set options. ## Making Your Application Always Run