Package jetbrains.mps.make.script
Interface IResult
- 
- All Known Implementing Classes:
 CompositeResult,IResult.FAILURE,IResult.SUCCESS
public interface IResult 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResult.FAILUREstatic classIResult.SUCCESS 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSucessful()Iterable<IResource>output() 
 -