# Monitoring

The Monitoring tab shows the results of tasks, the active tasks currently being executed, and any failed tasks. Failed tasks can be re-triggered in case of temporary issues or examined further. The results tab is improved. Now, all sub-tasks are shown here. If anything goes wrong, we track users who have already received an email. Hence, once we resend it, it will only be sent to users who have not received an email before.&#x20;

<figure><img src="/files/mDkgqSAiuyS9FJzDjEuZ" alt=""><figcaption></figcaption></figure>

#### Cancel running tasks

It's possible that you no longer want a task to execute while it's running. To do this, click on the X next to a running task, and confirm that you want to cancel the task. This will take a while to process, and then cancel the task run.

<figure><img src="/files/LRtGeekoIpkkVgivMU4A" alt=""><figcaption></figcaption></figure>

The task will then be stopped with the following status:

<figure><img src="/files/LPqPTxhFqoXwgXEgVhZL" alt=""><figcaption></figcaption></figure>

This feature is only available for Administrator users. Normal users will not see the button to cancel the execution of a task.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infotopics.com/mailscheduler/features/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
