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

com.emc.mongoose.base.control.run.Run Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
package com.emc.mongoose.base.control.run;

public interface Run extends Runnable {

	/**
	 * @return the count of the milliseconds since 1970-01-01 and the start
	 * @throws IllegalStateException if not started yet
	 */
	long timestamp() throws IllegalStateException;

	/** @return user comment for this run */
	String comment();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy