ProgressStatus Enumeration

Summary
Values that represent the processing stage.
Syntax
C#
VB
C++
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
ValueMemberDescription
0StreamingDownloading data from the JPIP server.
1IdleNo data is being downloaded.
2CompletedAll image data has been downloaded from the JPIP server.
3DisconnectedNot connected to the JPIP server.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.