All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala_maven_executions.SpawnMonitor Maven / Gradle / Ivy

/*
 * This is free and unencumbered software released into the public domain.
 * See UNLICENSE.
 */
package scala_maven_executions;

public interface SpawnMonitor {
  boolean isRunning() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy