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

mb.pie.api.exec.Reason.kt Maven / Gradle / Ivy

The newest version!
package mb.pie.api.exec

/**
 * Reason for executing a task.
 */
interface ExecReason {
  override fun toString(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy