Both make_with_recipe() and make_with_source() now return an object of class makepipe_result. Along with metadata relating to the execution, this object contains a result element which:
If using make_with_recipe(), is identical with whatever the recipe returns
If using make_with_source(), is a list containing any objects registered in the source script using make_register()
Both
make_with_recipe()
andmake_with_source()
now return an object of classmakepipe_result
. Along with metadata relating to the execution, this object contains aresult
element which:make_with_recipe()
, is identical with whatever therecipe
returnsmake_with_source()
, is a list containing any objects registered in the source script usingmake_register()