Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.IJobInfo Interface Reference

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

Properties

IReadOnlyList< ITaskInfoTasks [get]
 Information about the tasks contained in this job. More...
 

Detailed Description

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

Definition at line 161 of file Core.cs.

Property Documentation

◆ 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: