AFStatus Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Status of an analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFStatus
Public Enumeration AFStatus Dim instance As AFStatus
public enum class AFStatus
type AFStatus
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 255 | The analysis status has not been specified. | |
| NotReady | 0 | The analysis is not ready to run. | |
| Disabled | 1 | The analysis is ready to run. | |
| Enabled | 2 | The analysis is scheduled to run. | |
| Error | 3 | The analysis has error last time it was run. |
Remarks
This enumeration provides the values for the
AFAnalysis.Status
property.