The plug-in interface that must be implemented for plug-ins to be loaded by Anark Core.
More...
|
| string | DisplayName [get] |
| | The user-friendly display name for the plug-in. This may be shown in various user interfaces and log output messages.
|
| Guid | Id [get] |
| | The globally unique ID of the plug-in. Created by the plug-in author.
|
The plug-in interface that must be implemented for plug-ins to be loaded by Anark Core.
◆ Execute()
Executes the plug-in.
- Parameters
-
| api | The plug-in API |
| progressTracker | An object that can be used for progress indication |
- Returns
- Null if no errors were encountered, otherwise returns the error message text.
◆ DisplayName
| string Anark.CoreSdkApi.ISdkPlugIn.DisplayName |
|
get |
The user-friendly display name for the plug-in. This may be shown in various user interfaces and log output messages.
◆ Id
| Guid Anark.CoreSdkApi.ISdkPlugIn.Id |
|
get |
The globally unique ID of the plug-in. Created by the plug-in author.