Table of Contents

Property Duration

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Duration

Gets the total elapsed time for the command execution.

public TimeSpan Duration { get; }

Property Value

TimeSpan

Remarks

Returns the time from when YndigoBlue.Velocity.Model.CommandInfo.Start() was called to when YndigoBlue.Velocity.Model.CommandInfo.Stop() was called. If the command is still running, returns the elapsed time since start.