CSharp Code
Description
This action component allows you to invoke C# code blocks and result will be stored in out parameters.
Input Properties
- Code (String) – The C# code that is to be invoked.
- Arguments (Dictionary
) – 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.