CreateRemotePlugin
No overview available.
def CreateRemotePlugin(
pluginEntry: webapi.PluginEntry
) - > core.PluginEntry
Creates a remote plugin by passing the provided plugin entry to the internal remote plugin creation mechanism. This function acts as a wrapper to facilitate the creation of remote plugins within the system.
Parameters
| Name | Type | Description |
|---|---|---|
| pluginEntry | webapi.PluginEntry | The plugin entry containing the necessary information to create the remote plugin. |
Returns
| Type | Description |
|---|---|
core.PluginEntry | The core plugin entry representing the newly created remote plugin. |