Module tasks

Module tasks 

Source
Expand description

Task definitions and management for the composable execution engine

This module provides the core task structures and related functionality for the execution engine.

Structs§

ExecutionTask
Core execution task structure
ResourceRequirements
Resource requirements for task execution
ResourceUsage
Resource usage during task execution
TaskBuilder
Task builder for convenient task creation
TaskConfiguration
Task configuration parameters
TaskError
Task error information
TaskMetadata
Task metadata for tracking and management
TaskQueue
Task queue for managing pending tasks
TaskResult
Task execution result

Enums§

ConfigValue
Configuration value types
TaskPriority
Task priority levels
TaskStatus
Task execution status
TaskType
Task types supported by the execution engine