AnalysisResult
Identifiers for the results of analysis for a Module and for a whole Report
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public enum AnalysisResult
Fields
Value | Description |
|---|---|
| Cancelled | Analysis was cancelled by the user |
| Failure | Analysis failed |
| InProgress | Analysis is still in progress |
| Success | Analysis completed successfully |