Table of Contents

Class MetalCommandExecutionResult

Namespace
DotCompute.Backends.Metal.Execution.Types
Assembly
DotCompute.Backends.Metal.dll

Result of Metal command execution with timing and status information.

public sealed class MetalCommandExecutionResult
Inheritance
MetalCommandExecutionResult
Inherited Members

Properties

CompletionTime

public DateTimeOffset CompletionTime { get; init; }

Property Value

DateTimeOffset

EndTime

public DateTimeOffset EndTime { get; init; }

Property Value

DateTimeOffset

Error

public string? Error { get; init; }

Property Value

string

ErrorMessage

public string? ErrorMessage { get; init; }

Property Value

string

ExecutionTime

public TimeSpan ExecutionTime { get; init; }

Property Value

TimeSpan

IsSuccessful

public bool IsSuccessful { get; init; }

Property Value

bool

OperationName

public string OperationName { get; init; }

Property Value

string

StartTime

public DateTimeOffset StartTime { get; init; }

Property Value

DateTimeOffset

StreamId

public StreamId StreamId { get; init; }

Property Value

StreamId

Success

public bool Success { get; init; }

Property Value

bool