Package jetbrains.mps.make.script
Interface IProgress
- 
- All Known Implementing Classes:
 IProgress.Stub
@Deprecated public interface IProgress
Deprecated.Of no use any longer, scheduled for removal. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIProgress.StubDeprecated.Do not use 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidadvanceWork(String name, int done)Deprecated.voidadvanceWork(String name, int done, String comment)Deprecated.voidbeginWork(String name, int estimate, int ofTotal)Deprecated.voidfinishWork(String name)Deprecated.intworkLeft()Deprecated. 
 -