Execute the callable of a stageRunnerNode.
stageRunnerNode_run(..., .cached_env = NULL, .callable = self$callable)
| ... | additional arguments to the |
|---|---|
| .cached_env | An internal helper that passes the cached environment to be used for storing the results of this execution. |
| .callable | Another internal helper used for some recursive metaprogramming. |
TRUE if the execution was successful, or an error otherwise.