Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFProgressStatus Enumeration

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFProgressStatus Enumeration
Specifies the status of a operation.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public enum AFProgressStatus
Public Enumeration AFProgressStatus

Dim instance As AFProgressStatus
public enum class AFProgressStatus
type AFProgressStatus

Members

  Member nameValueDescription
InProgress0 Specifies that the operations is in Progress and this is a notification of the progress.
HasError1 Specifies that an error has occurred during the operation and allows the client to react to it.
Complete2 Specifies that the operation is complete, with no errors.
CompleteWithErrors3 Specifies that the operation is complete, but has encountered errors.
Canceled4 Specifies that the operation was canceled.
PromptForContinue5 Specifies that the operation can be continued or canceled based on the response to a prompt.

Remarks

The AFProgressEventArgs class uses this enumeration to define the action that caused the event to be raised.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in