Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
ITaskInEditorInfo.cs
Go to the documentation of this file.
2{
9 public interface ITaskInEditorInfo : ITaskInfo
10 {
11
12 }
13}
Auxiliary functions that can improve the usablility of the method editor for your task types.
Access to the method editor's view of the task.
Gives access to a task's implementation and to all user visible properties.