AFCaseAction Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Specifies the AFCase action that caused the event.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFCaseAction
Public Enumeration AFCaseAction Dim instance As AFCaseAction
public enum class AFCaseAction
type AFCaseAction
Members
| Member name | Value | Description | |
|---|---|---|---|
| CollectElements | 0 | Specifies that the CollectElements was the cause of the event. | |
| CollectTransfers | 1 | Specifies that the CollectTransfers was the cause of the event. | |
| CollectInputs | 2 | Specifies that the CollectInputs was the cause of the event. | |
| Run | 3 | Specifies that the Run was the cause of the event. | |
| Publish | 4 | Specifies that the Publish was the cause of the event. |
Remarks
The AFCaseCancelEventArgs and AFCaseEventArgs classes use
this enumeration to define the action that caused the event to be raised.