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

jvmMain.scheduling.RaptorJobStatus.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package io.fluidsonic.raptor

import io.fluidsonic.time.*


public interface RaptorJobStatus {

	public val lastExecutionTimestamp: Timestamp?
}


public fun RaptorJobStatus(
	lastExecutionTimestamp: Timestamp?,
): RaptorJobStatus =
	RaptorJobStatusImpl(lastExecutionTimestamp = lastExecutionTimestamp)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy