We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getResultData() is called when a following process or the GUI needs an updated result of a process item.
return _result;
When offering multiple outputs, you need to return the corresponding result for a given index.
if(index == 0) return _result; else if(index == 1) return _kernel;
There was an error while loading. Please reload this page.