AFProgressEventArgs.Status Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets the status of the current operation.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFProgressStatus Status { get; }
Public ReadOnly Property Status As AFProgressStatus Get Dim instance As AFProgressEventArgs Dim value As AFProgressStatus value = instance.Status
public: property AFProgressStatus Status { AFProgressStatus get (); }
member Status : AFProgressStatus with get
Property Value
Type: AFProgressStatusOne of the AFProgressStatus values.