ZScheduleListInfo

zio.temporal.schedules.ZScheduleListInfo
final class ZScheduleListInfo

Information about a listed schedule.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def nextActionTimes: List[Instant]

Next scheduled action times. This may be a smaller count than ScheduleInfo.NextActions.

Next scheduled action times. This may be a smaller count than ScheduleInfo.NextActions.

Attributes

Most recent actions, oldest first. This may be a smaller count than ScheduleInfo.RecentActions

Most recent actions, oldest first. This may be a smaller count than ScheduleInfo.RecentActions

Attributes

Returns

The most recent action

override def toString: String

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

Concrete fields

val toJava: ScheduleListInfo