Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
TaskCleanupFunction
Callback used to release runtime state after task execution ends.
Declaration
using TaskCleanupFunction = std::function<void(TaskRuntime&)>; Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
Callback used to release runtime state after task execution ends.
using TaskCleanupFunction = std::function<void(TaskRuntime&)>;