AFPriority Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Priority of an analysis
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFPriority
Public Enumeration AFPriority Dim instance As AFPriority
public enum class AFPriority
type AFPriority
Members
| Member name | Value | Description | |
|---|---|---|---|
| High | 0 | Highest | |
| AboveNormal | 1 | Above normal | |
| Normal | 2 | Normal | |
| BelowNormal | 3 | Below normal | |
| Low | 4 | Lowest |
Remarks
This enumeration provides the values for the
AFAnalysis.Priority
property.