This commit is contained in:
@@ -465,6 +465,14 @@ public class Controller {
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean isImagingEnabled() {
|
||||
try {
|
||||
return getMainFrame().eval("is_imaging_enabled()", true).equals(true);
|
||||
} catch (Exception ex) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void imageDetectPucks() throws Context.ContextStateException {
|
||||
imageDetectPucks(null, null, null);
|
||||
|
||||
Reference in New Issue
Block a user