Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::registerTaskType
Registers a plugin-local task type and returns its qualified identifier.
Declaration
virtual std::string registerTaskType(std::string local_id, std::string name, TaskTypeDefinition definition) = 0;Parameters
| Name | Description |
|---|---|
local_id | Identifier unique within the plugin. |
name | Operator-facing task type name. |
definition | Task metadata and lifecycle callbacks. |
Returns
The plugin-qualified task type identifier.