A task can have one of the following statuses: Error; Warning; OK.
A task status is derived from the result of the last run of the task.
|
Status |
How it is determined |
How to handle |
1 |
Error |
Last result is "Failed" |
Identify the failed task -> Check the task log to find out the reason of the failure, then do one or more of the following:
|
2 |
Warning |
Last result is "Succeeded with warning" |
View the log to read the warnings -> [optionally] Perform actions to prevent the future warnings or failure. |
3 |
OK |
Last result is "Succeeded", "-", or "Stopped" |
No action is required. The "-" state means that the task has never been started or has been started, but has not finished yet and so its result is not available. |