AFProgressEventArgs.CancelNext Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Set to to cancel the next step of this operation.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool CancelNext { get; set; }
Public Property CancelNext As Boolean Get Set Dim instance As AFProgressEventArgs Dim value As Boolean value = instance.CancelNext instance.CancelNext = value
public: property bool CancelNext { bool get (); void set (bool value); }
member CancelNext : bool with get, set
Property Value
Type: BooleanSet to if the next step of the operation is to be canceled.