Automation Anywhere - If/Else Command
Automation Anywhere |
If/Else Command
This command is use to add conditional logic and actions to your automated Taskbot.If/Else Commands |
Sub-commands
- File exists - This command is use to perform an action based on a file exists.
- File does not exist - This command is use to perform an action based on, if file does not exist.
- Folder exists - This command is use to perform an action based on a folder exists.
- Folder does not exist - This command is use to perform an action based on, if folder does not exist.
- Window exists - This command is use to perform an action based on a specific application is open.
- Window does not exist - This command is use to perform an action based on, if specific application is not opened.
- Application running - This command is use to perform an action based on a specific application is running.
- Application not running - This command is use to perform an action based on, if a specific application is not running.
- Script successful - This command is use to perform an action based on a script(JavaScript or VB Script) runs successful.
- Script unsuccessful - This command is use to perform an action based on a script(JavaScript or VB Script) fails to complete its task.
- Task successful - This command is use to perform an action based on a sub-task runs successful.
- Task unsuccessful - This command is use to perform an action based on a sub-task fails to complete its process.
- Ping successful - This command is use to perform an action based on a machine or server is running.
- Ping unsuccessful - This command is use to perform an action based on a machine or server is not running.
- Variable - This command id use to perform an action based on a variable's value matched the certain criteria.
Variable - File size - This command is use to perform an action based on a file size you specify.
File Size - File date - This command is use to perform an action based on a file date you specify (created or last modified). You can specify a date range using 'between' or 'before' keyword.
File Date - Web control - This command is use to perform an action based on a specific web control exists on a web page.
Web Control - Service running - This command is use to perform an action based on a specific service is running.
- Service not running - This command is use to perform an action based on a specific service is not running.
- Image Recognition - This command is use to perform an action based on an image exists within another image.
Image Recognition - Windows Control - This command is use to perform an action based on specific window control is exists in an active window.
Windows Control - Object Properties - This command is use to perform an action based on specific object properties is matched or exists.
Object Properties
No comments:
Post a Comment