Skip to content

taipy.core.Cycle

Bases: _Entity

An iteration of a recurrent work pattern.

Attributes:

Name Type Description
id str

The unique identifier of the cycle.

frequency Frequency

The frequency of this cycle.

creation_date datetime

The date and time of the creation of this cycle.

start_date datetime

The date and time of the start of this cycle.

end_date datetime

The date and time of the end of this cycle.

name str

The name of this cycle.

properties dict[str, Any]

A dictionary of additional properties.