Table of Contents

Interface IStarterCompletion

Namespace
Tlabs.JobCntrl.Model.Intern
Assembly
Tlabs.JobCntrl.dll

A IStarter's completion information.

public interface IStarterCompletion : IDisposable
Inherited Members
Extension Methods

Properties

JobResults

Job results.

IEnumerable<IJobResult> JobResults { get; }

Property Value

IEnumerable<IJobResult>

RunProperties

Properties passed to Run(IReadOnlyDictionary<string, object?>) on job invocation.

IReadOnlyDictionary<string, object?> RunProperties { get; }

Property Value

IReadOnlyDictionary<string, object>

StarterName

IStarter's name.

string StarterName { get; }

Property Value

string

Time

time of completion.

DateTime Time { get; }

Property Value

DateTime