# Status And Actions

## Status :&#x20;

Every object has a status which defines it state. Let's see some status of the node.

| Status    | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| Idle      | It means the node is not having any tasks running and ready to have a task              |
| Offline   | It means the agent-service is not started in the VM                                     |
| Executing | It means the node is running a task and any task which has been assigned will be in QUE |

## Actions :&#x20;

| Button                | Action                                                                                                                  |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Restart               | Restarts the agent service                                                                                              |
| Remote Control        | Can control your VM a.k.a remote logging in                                                                             |
| Reset                 | Terminates the execution of task on the machine, and sets the node status to idle for picking up the next task          |
| Clear Agent Cache     | Deletes the agent data folder in the node, Which syncs overtime a new task was assigned.                                |
| Clear Test Runs Data  | <p>Deletes the task folders on the node.<br>Note : Backing up the needed evidence is recommended before doing this.</p> |
| Download License File | A text file will be generated with the encrypted information generated by QATTS, which is unique by node.               |
| Update License        | It updates the node information to the license file, Need to update license file in the node, when updated.             |
| Delete                | Soft deletes the node which can be undo later.                                                                          |
