zio.temporal.schedules.ZScheduleState
See theZScheduleState companion object
final case class ZScheduleState(note: Option[String], paused: Option[Boolean], limitedAction: Option[Boolean], remainingActions: Option[Long])
State of a schedule.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Set ,if true, whether remaining actions will be decremented for each action
Set ,if true, whether remaining actions will be decremented for each action
Attributes
Set a human-readable message for the schedule.
Set a human-readable message for the schedule.
Attributes
Set whether this schedule is paused.
Set whether this schedule is paused.
Attributes
Set the actions remaining on this schedule. Once this number hits 0, no further actions are scheduled automatically.
Set the actions remaining on this schedule. Once this number hits 0, no further actions are scheduled automatically.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article