# AnalysisResult

> Identifiers for the results of analysis for a Module and for a whole Report

## Definition

* **Type:** Enum
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
public enum AnalysisResult
```

## Fields

| Value                                                                                                  | Description                        |
| ------------------------------------------------------------------------------------------------------ | ---------------------------------- |
| [Cancelled](/engine/6000.7/script-reference/unity/projectauditor/editor/analysisresult/cancelled.md)   | Analysis was cancelled by the user |
| [Failure](/engine/6000.7/script-reference/unity/projectauditor/editor/analysisresult/failure.md)       | Analysis failed                    |
| [InProgress](/engine/6000.7/script-reference/unity/projectauditor/editor/analysisresult/inprogress.md) | Analysis is still in progress      |
| [Success](/engine/6000.7/script-reference/unity/projectauditor/editor/analysisresult/success.md)       | Analysis completed successfully    |
