Class BackgroundJobInfo
Inheritance
BackgroundJobInfo
Assembly: Volo.Abp.BackgroundJobs.dll
Syntax
public class BackgroundJobInfo
Constructors
BackgroundJobInfo()
Declaration
public BackgroundJobInfo()
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
Id
Declaration
public Guid Id { 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
Extension Methods