ProgressStatus Enumeration
Summary
Values that represent the processing stage.
Syntax
public enum ProgressStatus
Public Enum ProgressStatus
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ProgressStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | Streaming | Downloading data from the JPIP server. |
1 | Idle | No data is being downloaded. |
2 | Completed | All image data has been downloaded from the JPIP server. |
3 | Disconnected | Not connected to the JPIP server. |