Skip to content

Commit

Permalink
return whether a mdoel is loaded or not
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 20, 2025
1 parent 6babb66 commit 4840b34
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ protected String createEncodeImageScript() {
return code;
}

public boolean isLoaded() {
return loaded;
}

public void close() {
if (!loaded)
return;
Expand Down

0 comments on commit 4840b34

Please sign in to comment.