Enum AnalysisResult
Identifiers for the results of analysis for a Module and for a whole Report
Namespace: Unity.ProjectAuditor.Editor
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public enum AnalysisResult
Fields
| Name | Description |
|---|---|
| Cancelled | Analysis was cancelled by the user |
| Failure | Analysis failed |
| InProgress | Analysis is still in progress |
| Success | Analysis completed successfully |