AFProgressEventArgs.Status Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the status of the current operation.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.