Browse Source

Update Background-Workers.md

pull/2971/head
Halil İbrahim Kalkan 6 years ago
parent
commit
82801c219f
  1. 6
      docs/en/Background-Workers.md

6
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

Loading…
Cancel
Save