Method Run
Run()
Abstract execution method. When creating a new Action, this method implementation will hold all the processing code.
Declaration
public abstract Output Run()
Returns
Type | Description |
---|---|
Output | Output data, of the given OutputType |