namespace IPA.AntiMalware { public enum ScanResult { KnownSafe, NotDetected, Detected, BlockedByPolicy } }