Table of Contents

Class MetalCommandExecutionResult

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

Result of a Metal command execution

public sealed class MetalCommandExecutionResult
Inheritance
MetalCommandExecutionResult
Inherited Members

Properties

EndTime

public DateTimeOffset EndTime { get; set; }

Property Value

DateTimeOffset

Error

public Exception? Error { get; set; }

Property Value

Exception

ExecutionTime

public TimeSpan ExecutionTime { get; set; }

Property Value

TimeSpan

OperationName

public string OperationName { get; set; }

Property Value

string

StartTime

public DateTimeOffset StartTime { get; set; }

Property Value

DateTimeOffset

StreamId

public StreamId StreamId { get; set; }

Property Value

StreamId

Success

public bool Success { get; set; }

Property Value

bool