Class JobInfo
Assembly: DataWeb.Core.dll
Syntax
Properties
DateEnd
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
DateStart
Declaration
public DateTimeOffset DateStart { get; set; }
Property Value
Errors
Declaration
public int Errors { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Parameters
Declaration
public IEnumerable<JobInfo.Parameter> Parameters { get; set; }
Property Value
Progress
Declaration
public int Progress { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Total
Declaration
public int Total { get; set; }
Property Value