Changeset 13363 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Interfaces
- Timestamp:
- 11/24/15 16:34:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IPluginDescription.cs
r12012 r13363 60 60 /// </summary> 61 61 string LicenseText { get; } 62 /// <summary> 63 /// Gets or sets the plugin state. 64 /// </summary> 65 PluginState PluginState { get; } 66 /// <summary> 67 /// Gets the error message why this plugin has been disabled. 68 /// </summary> 69 string LoadingErrorInformation { get; } 62 70 } 63 71 }
Note: See TracChangeset
for help on using the changeset viewer.