Enum ExecutionStatus
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Represents the execution status of a pipeline or stage.
public enum ExecutionStatus
Fields
Cancelled = 4Execution was cancelled before completion.
Completed = 2Execution completed successfully.
Failed = 3Execution failed with errors.
Pending = 0Execution has not yet started.
Running = 1Execution is currently running.
Timeout = 5Execution timed out.