Contains information accessible from the current actions tree.
| object GetParam | ( | string | name | ) |
Retrieves the value of the given parameter if it has been previously set by the user by filling a Setup HTML page.
| name | The name of the parameter to retrieve. |
| bool ParamsSet |
Indicates whether the parameters of this Actions Tree have been set by the user by filling a Setup HTML page.
| object UserData |
Can be used to store information accessible throughout the current Actions Tree.
| string ExecuteTreeStatus |
If the current tree is being called from an Execute Actions Tree action, this property sets or gets the status text next to it. Use it to display information to the user while an extraction process is running such as the current row being read from or the current page being extracted.