Inc
sbt.Result.Inc
final case class Inc(cause: Incomplete) extends Result[Nothing]
Indicates the task did not complete normally and so it does not have a value.
Attributes
Members list
In this article
Indicates the task did not complete normally and so it does not have a value.