Table of Contents

Interface IJobRunProperties

Namespace
The.Components
Assembly
Instagile.dll
public interface IJobRunProperties : IEntityProperties
Inherited Members

Properties

ErrorDetail

PrimitiveAttribute<string> ErrorDetail { get; }

Property Value

PrimitiveAttribute<string>

FinishedOn

PrimitiveAttribute<DateTimeOffset?> FinishedOn { get; }

Property Value

PrimitiveAttribute<DateTimeOffset?>

IsFailed

PrimitiveAttribute<bool> IsFailed { get; }

Property Value

PrimitiveAttribute<bool>

IsInProgress

PrimitiveAttribute<bool> IsInProgress { get; }

Property Value

PrimitiveAttribute<bool>

IsSuccessful

PrimitiveAttribute<bool> IsSuccessful { get; }

Property Value

PrimitiveAttribute<bool>

JobName

PrimitiveAttribute<string> JobName { get; }

Property Value

PrimitiveAttribute<string>

LatestCurrent

PrimitiveAttribute<int?> LatestCurrent { get; }

Property Value

PrimitiveAttribute<int?>

LatestElement

PrimitiveAttribute<string?> LatestElement { get; }

Property Value

PrimitiveAttribute<string>

LatestMax

PrimitiveAttribute<int?> LatestMax { get; }

Property Value

PrimitiveAttribute<int?>

LatestStep

PrimitiveAttribute<string?> LatestStep { get; }

Property Value

PrimitiveAttribute<string>

Log

PrimitiveAttribute<string> Log { get; }

Property Value

PrimitiveAttribute<string>

StartedBy

PrimitiveAttribute<string?> StartedBy { get; }

Property Value

PrimitiveAttribute<string>

StartedOn

PrimitiveAttribute<DateTimeOffset> StartedOn { get; }

Property Value

PrimitiveAttribute<DateTimeOffset>