The Execute Function¶
Intro here...
Major Functions¶
execute()¶
The execute() function runs when the user actually starts the pipeline. This function contains the code that actually accomplishes the filter's intended objective.
To learn more about execute(), see The Execute Function.