VB.NET Code
Description
This action component allows you to invoke VB.NET code blocks and result will be stored in out parameters.
Input Properties
- Code (String) – The VB.NET code that is to be invoked.
- Arguments (Dictionary<string, Argument>) – The parameters that can be passed to the code that is invoked.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.