Class ScheduleListSchedule
- Namespace
- Temporalio.Client.Schedules
- Assembly
- Temporalio.dll
Details for a listed schedule.
public record ScheduleListSchedule : IEquatable<ScheduleListSchedule>
- Inheritance
-
ScheduleListSchedule
- Implements
- Inherited Members
Constructors
ScheduleListSchedule(ScheduleListAction, ScheduleSpec, ScheduleListState)
Details for a listed schedule.
public ScheduleListSchedule(ScheduleListAction Action, ScheduleSpec Spec, ScheduleListState State)
Parameters
Action
ScheduleListActionAction taken when scheduled.
Spec
ScheduleSpecWhen the action is taken.
State
ScheduleListStateState of the schedule.
Properties
Action
Action taken when scheduled.
public ScheduleListAction Action { get; init; }
Property Value
Spec
When the action is taken.
public ScheduleSpec Spec { get; init; }
Property Value
State
State of the schedule.
public ScheduleListState State { get; init; }