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

com.bazaarvoice.sswf.HeartbeatCallback.scala Maven / Gradle / Ivy

There is a newer version: 5.2
Show newest version
package com.bazaarvoice.sswf

trait HeartbeatCallback {
  /**
   * Report liveness and progress. Response `true` if cancellation is requested.
   * @param progressMessage Report any information about your progress.
   * @return `true` if cancellation is requested.
   */
  def checkIn(progressMessage: String): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy