Class Schedule
- Namespace
- Temporalio.Client.Schedules
- Assembly
- Temporalio.dll
A schedule for periodically running an action.
public record Schedule : IEquatable<Schedule>
- Inheritance
-
Schedule
- Implements
- Inherited Members
Constructors
Schedule(ScheduleAction, ScheduleSpec)
A schedule for periodically running an action.
public Schedule(ScheduleAction Action, ScheduleSpec Spec)
Parameters
Action
ScheduleActionAction taken when scheduled.
Spec
ScheduleSpecWhen the action is taken.
Properties
Action
Action taken when scheduled.
public ScheduleAction Action { get; init; }
Property Value
Policy
Gets the policy for the schedule.
public SchedulePolicy Policy { get; init; }
Property Value
Spec
When the action is taken.
public ScheduleSpec Spec { get; init; }
Property Value
State
Gets the state of the schedule.
public ScheduleState State { get; init; }