Programming
Here you can find the commands to control the script execution.
Assertions | The command checks if the statements are true and displays an error if the value is false. |
Call Function | The command calls a function. |
Error | The command terminates the script with an error. |
Exit | The command stops running the script |
For Statement | The command executes nested scripts while the counter changes from one value to another. |
Function | The command defines a function in the script. |
If Statement | The command only executes nested scripts when the specified conditions are true. |
Return | The command returns control from the current script. |
Sleep | The command suspends the script operation for a specified time. |
Source Code | The Source Code allows you to use Gentee programming language in scripts. |
Try / Catch | The command catches the encountered error and offers to repeat the actions or continue the script execution. |
While Statement | The command executes nested scripts while the specified conditions are true. |