Table of Contents

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 ScheduleListAction

Action taken when scheduled.

Spec ScheduleSpec

When the action is taken.

State ScheduleListState

State of the schedule.

Properties

Action

Action taken when scheduled.

public ScheduleListAction Action { get; init; }

Property Value

ScheduleListAction

Spec

When the action is taken.

public ScheduleSpec Spec { get; init; }

Property Value

ScheduleSpec

State

State of the schedule.

public ScheduleListState State { get; init; }

Property Value

ScheduleListState