C# Class StandaloneNode.ProgressState

ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
m_Percentage int
m_State string
m_wbFlag bool

Public Methods

Method Description
ProgressState ( int p, string msg, bool isWritingBack ) : System

Method Details

ProgressState() public method

public ProgressState ( int p, string msg, bool isWritingBack ) : System
p int
msg string
isWritingBack bool
return System

Property Details

m_Percentage public_oe property

public int m_Percentage
return int

m_State public_oe property

public string m_State
return string

m_wbFlag public_oe property

public bool m_wbFlag
return bool