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
EndTime
public DateTimeOffset EndTime { get; init; }
Property Value
Error
public string? Error { get; init; }
Property Value
ErrorMessage
public string? ErrorMessage { get; init; }
Property Value
ExecutionTime
public TimeSpan ExecutionTime { get; init; }
Property Value
IsSuccessful
public bool IsSuccessful { get; init; }
Property Value
OperationName
public string OperationName { get; init; }
Property Value
StartTime
public DateTimeOffset StartTime { get; init; }
Property Value
StreamId
public StreamId StreamId { get; init; }
Property Value
Success
public bool Success { get; init; }