Taskolib  1.3.3
Classes | Namespaces
Sequence.h File Reference

Detailed Description

A sequence of Steps.

Authors
Marcus Walla, Lars Fröhlich
Date
Created on February 8, 2022

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the license, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

#include <algorithm>
#include <chrono>
#include <filesystem>
#include <functional>
#include <limits>
#include <string>
#include <utility>
#include <vector>
#include <gul14/cat.h>
#include <gul14/finalizer.h>
#include <gul14/optional.h>
#include <gul14/string_view.h>
#include <gul14/traits.h>
#include "taskolib/CommChannel.h"
#include "taskolib/Context.h"
#include "taskolib/exceptions.h"
#include "taskolib/SequenceName.h"
#include "taskolib/Step.h"
#include "taskolib/StepIndex.h"
#include "taskolib/Tag.h"
#include "taskolib/TimeoutTrigger.h"
#include "taskolib/UniqueId.h"
Include dependency graph for Sequence.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  task::Sequence
 A sequence of steps that can be modified and executed. More...
 

Namespaces

 task
 Namespace task contains all Taskolib functions and classes.