Class BackgroundJobRecord
Inheritance
BackgroundJobRecord
Assembly: Volo.Abp.BackgroundJobs.Domain.dll
Syntax
public class BackgroundJobRecord : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IHasCreationTime
Constructors
BackgroundJobRecord()
Declaration
protected BackgroundJobRecord()
BackgroundJobRecord(Guid)
Declaration
public BackgroundJobRecord(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
IsAbandoned
Declaration
public virtual bool IsAbandoned { get; set; }
Property Value
JobArgs
Declaration
public virtual string JobArgs { get; set; }
Property Value
JobName
Declaration
public virtual string JobName { get; set; }
Property Value
LastTryTime
Declaration
public virtual DateTime? LastTryTime { get; set; }
Property Value
NextTryTime
Declaration
public virtual DateTime NextTryTime { get; set; }
Property Value
Priority
Declaration
public virtual BackgroundJobPriority Priority { get; set; }
Property Value
TryCount
Declaration
public virtual short TryCount { get; set; }
Property Value
Implements
Extension Methods