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