AFProgressEventArgs.CanContinue Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Set to when an error has occurred that can be continued.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool CanContinue { get; set; }
Public Property CanContinue As Boolean Get Set Dim instance As AFProgressEventArgs Dim value As Boolean value = instance.CanContinue instance.CanContinue = value
public: property bool CanContinue { bool get (); void set (bool value); }
member CanContinue : bool with get, set
Property Value
Type: BooleanSet to when an error has occurred that can be continued.