Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.IJobInfo Interface Reference

Basic information about a job (= diagram row) within a task planer. More...

+ Inheritance diagram for AxelSemrau.Chronos.IJobInfo:
+ Collaboration diagram for AxelSemrau.Chronos.IJobInfo:

Properties

IReadOnlyList< ITaskInfoTasks [get]
 Information about the tasks contained in this job.
 
JobStatus Status [get]
 What's up with this job?
 
ISampleListLine SampleListLine [get]
 Method and column values that were used to create this job.
 

Detailed Description

Basic information about a job (= diagram row) within a task planer.

Definition at line 161 of file Core.cs.

Property Documentation

◆ SampleListLine

ISampleListLine AxelSemrau.Chronos.IJobInfo.SampleListLine
get

Method and column values that were used to create this job.

If the column definitions of the method were changed during the run, this could contain information that is not usable without some kind of intervention.

Definition at line 178 of file Core.cs.

178{ get; }

◆ Status

JobStatus AxelSemrau.Chronos.IJobInfo.Status
get

What's up with this job?

Definition at line 170 of file Core.cs.

170{ get; }

◆ Tasks

IReadOnlyList<ITaskInfo> AxelSemrau.Chronos.IJobInfo.Tasks
get

Information about the tasks contained in this job.

Definition at line 166 of file Core.cs.

166{ get; }

The documentation for this interface was generated from the following file: