Package jetbrains.mps.make.script
Interface IJobMonitor
- 
- All Known Subinterfaces:
 IConfigMonitor
- All Known Implementing Classes:
 AbstractMakeService.DefaultMonitor,IConfigMonitor.Stub,IJobMonitor.Stub
public interface IJobMonitor 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIJobMonitor.Stub 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MakeSessiongetSession()voidreportFeedback(IFeedback fdbk)booleanstopRequested() 
 - 
 
- 
- 
Method Detail
- 
stopRequested
boolean stopRequested()
 
- 
reportFeedback
void reportFeedback(IFeedback fdbk)
 
- 
getSession
MakeSession getSession()
- Returns:
 - active session, never 
null - Since:
 - 2017.2
 
 
 - 
 
 -