public interface Seed
| Modifier and Type | Field and Description |
|---|---|
static int |
returnString |
| Modifier and Type | Method and Description |
|---|---|
String |
Execute(FTValList vIn, FTValList vOut)
Implements the Execute method in a manner similar to newRequest
|
static final int returnString
String Execute(FTValList vIn, FTValList vOut)
vIn - a FTValList with input variables.vOut - a FTValList output variables to to set within script engine scope. Note that the script engine returns errors as less than zero values.