.. _condition-syntax: Condition Syntax ================ **NOTE:** `Red Engine has been renamed as Rocketry `_ .. warning:: This documentation is out of date. The project continues under: https://rocketry.readthedocs.io This section lists the pre-built condition syntax that are allowed to be passed as strings to ``start_cond`` or ``end_cond`` of a task. .. note:: You can also combine multiple conditions using logical operators: - ``&``: AND operator - ``|``: OR operator - ``~`` NOT operator For example: ``(daily | after task 'mytask') & ~time of day after 10:00`` .. toctree:: :maxdepth: 2 :caption: Contents: execution fixed_interval timedelta task_status dependence Explanations of the syntax notation: * ````, ```` and ``