Table of Contents

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 ScheduleAction

Action taken when scheduled.

Spec ScheduleSpec

When the action is taken.

Properties

Action

Action taken when scheduled.

public ScheduleAction Action { get; init; }

Property Value

ScheduleAction

Policy

Gets the policy for the schedule.

public SchedulePolicy Policy { get; init; }

Property Value

SchedulePolicy

Spec

When the action is taken.

public ScheduleSpec Spec { get; init; }

Property Value

ScheduleSpec

State

Gets the state of the schedule.

public ScheduleState State { get; init; }

Property Value

ScheduleState