Interface IStarterCompletion
A IStarter's completion information.
public interface IStarterCompletion : IDisposable
- Inherited Members
- Extension Methods
Properties
JobResults
Job results.
IEnumerable<IJobResult> JobResults { get; }
Property Value
RunProperties
Properties passed to Run(IReadOnlyDictionary<string, object?>) on job invocation.
IReadOnlyDictionary<string, object?> RunProperties { get; }
Property Value
StarterName
IStarter's name.
string StarterName { get; }
Property Value
Time
time of completion.
DateTime Time { get; }