Skip to content

WaitFor

WaitFor(hours=0, minutes=0, seconds=0) dataclass

Bases: Task

A task that waits for a specified amount of time.

Attributes:

Name Type Description
hours int

The number of hours to wait. Defult is 0.

minutes int

The number of minutes to wait. Default is 0.

seconds int

The number of seconds to wait. Default is 0.

Class Attributes

name (str): The name of the task. help (str): A brief description of the task.