Table of Contents

Enum ExecutionStatus

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Represents the execution status of a pipeline or stage.

public enum ExecutionStatus

Fields

Cancelled = 4

Execution was cancelled before completion.

Completed = 2

Execution completed successfully.

Failed = 3

Execution failed with errors.

Pending = 0

Execution has not yet started.

Running = 1

Execution is currently running.

Timeout = 5

Execution timed out.