Taskium.Abstractions 10.0.1

dotnet add package Taskium.Abstractions --version 10.0.1
                    
NuGet\Install-Package Taskium.Abstractions -Version 10.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Taskium.Abstractions" Version="10.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Taskium.Abstractions" Version="10.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Taskium.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Taskium.Abstractions --version 10.0.1
                    
#r "nuget: Taskium.Abstractions, 10.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Taskium.Abstractions@10.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Taskium.Abstractions&version=10.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Taskium.Abstractions&version=10.0.1
                    
Install as a Cake Tool

📘 README — Taskium.Abstractions

Taskium.Abstractions — Multilingual Documentation

Navigation Menu


🇬🇧 English

Overview

Taskium.Abstractions contains the minimal set of interfaces, base classes, and attributes required to describe tasks, nodes, pipelines, and resource/execution policies. It defines the contract surface — without any execution logic — making it suitable for use in domain libraries.

Contents
  • INode — base interface for graph nodes
  • JobBase — atomic executable unit
  • PipelineBase — composite node for pipelines
  • IJobContext — execution context
  • ResourceAccess enum: None, Shared, Exclusive
  • ExecutionMode enum: Parallel, Sequential

These types allow to define tasks/pipelines independently from any specific engine implementation.


🇷🇺 Русский

Обзор

Taskium.Abstractions содержит минимальный набор интерфейсов и базовых классов для описания задач, узлов, пайплайнов, режимов выполнения и доступа к ресурсам — без логики исполнения. Это контрактная библиотека, предназначенная для доменной логики и независимого описания workflow.

Что входит
  • INode — интерфейс узла графа
  • JobBase — атомарная задача, реализующая ExecuteAsync
  • PipelineBase — базовый класс для сложных / составных конвейеров
  • IJobContext — контекст для доступа к сервисам и зависимостям во время выполнения
  • Перечисления ResourceAccess и ExecutionMode

🇩🇪 Deutsch

Übersicht

Taskium.Abstractions definiert Schnittstellen und Basisklassen zur Beschreibung von Jobs, Knoten, Pipelines sowie Ressourcen- und Ausführungsmodi — ohne jegliche Ausführungslogik. Damit können Bibliotheken unabhängig vom Engine-Implementierung Workflow-Strukturen definieren.

Enthaltene Elemente
  • INode — Basisschnittstelle für Graphknoten
  • JobBase — atomare auszuführende Einheit
  • PipelineBase — zusammengesetzte Pipeline-Knoten
  • IJobContext — Kontext für DI / Services während der Ausführung
  • Enums ResourceAccess (None/Shared/Exclusive) und ExecutionMode (Parallel/Sequential)

🇨🇳 中文

概览

Taskium.Abstractions 提供一组接口与基础类,用于定义任务、节点、流水线、资源访问模式与执行模式 — 不包含任何执行逻辑。 适合在领域库中独立定义 workflow,而不依赖具体执行引擎。

包含内容
  • INode — 图节点接口
  • JobBase — 原子执行单元,需实现 ExecuteAsync
  • PipelineBase — 复合流水线节点
  • IJobContext — 执行上下文,提供服务与依赖注入
  • 枚举 ResourceAccessExecutionMode
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Taskium.Abstractions:

Package Downloads
Taskium.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 463 12/10/2025
10.0.0 806 12/10/2025 10.0.0 is deprecated because it is no longer maintained.