Class: Temporalio::Client::Schedule::List::State
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Schedule::List::State
- Defined in:
- lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb
Overview
State of a listed schedule.
Instance Attribute Summary collapse
-
#note ⇒ String?
Human readable message for the schedule.
-
#paused ⇒ Boolean
Whether the schedule is paused.
Instance Attribute Details
#note ⇒ String?
Returns Human readable message for the schedule. The system may overwrite this value on certain conditions like pause-on-failure.
985 986 987 |
# File 'lib/temporalio/client/schedule.rb', line 985 def note @note end |
#paused ⇒ Boolean
Returns Whether the schedule is paused.
985 986 987 |
# File 'lib/temporalio/client/schedule.rb', line 985 def paused @paused end |