Show / Hide Table of Contents

Enum BackgroundJobPriority

Priority of a background job.

Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public enum BackgroundJobPriority : byte

Fields

Name Description
AboveNormal

Above normal.

BelowNormal

Below normal.

High

High.

Low

Low.

Normal

Normal (default).

Extension Methods

AbpObjectExtensions.IsIn<BackgroundJobPriority>(BackgroundJobPriority[])
AbpObjectExtensions.If<BackgroundJobPriority>(Boolean, Func<BackgroundJobPriority, BackgroundJobPriority>)
AbpObjectExtensions.If<BackgroundJobPriority>(Boolean, Action<BackgroundJobPriority>)
Back to top Powered by Volosoft