Table of Contents

Interface IJobRun

Namespace
The.Components
Assembly
Instagile.dll
public interface IJobRun : IEntity, IHasChanges
Inherited Members
Extension Methods

Properties

ErrorDetail

string ErrorDetail { get; set; }

Property Value

string

FinishedOn

DateTimeOffset? FinishedOn { get; set; }

Property Value

DateTimeOffset?

IsFailed

bool IsFailed { get; }

Property Value

bool

IsInProgress

bool IsInProgress { get; }

Property Value

bool

IsSuccessful

bool IsSuccessful { get; }

Property Value

bool

JobName

string JobName { get; set; }

Property Value

string

LatestCurrent

int? LatestCurrent { get; set; }

Property Value

int?

LatestElement

string? LatestElement { get; set; }

Property Value

string

LatestMax

int? LatestMax { get; set; }

Property Value

int?

LatestStep

string? LatestStep { get; set; }

Property Value

string

Log

string Log { get; set; }

Property Value

string

Properties

IJobRunProperties Properties { get; }

Property Value

IJobRunProperties

StartedBy

string? StartedBy { get; set; }

Property Value

string

StartedOn

DateTimeOffset StartedOn { get; set; }

Property Value

DateTimeOffset