ZScheduleActionResult

zio.temporal.schedules.ZScheduleActionResult
final class ZScheduleActionResult

Information about when an action took place.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Action that took place.

Action that took place.

Attributes

Returns

action started

def scheduledAt: Instant

Get the scheduled time of the action including jitter.

Get the scheduled time of the action including jitter.

Attributes

Returns

scheduled time of action

def startedAt: Instant

Get when the action actually started.

Get when the action actually started.

Attributes

Returns

time action actually started

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: ScheduleActionResult