Table of Contents

Interface IWorkTimeGetter

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Interface for objects that provide read-only access to work time. This interface is part of the work time tracking system for machining operations.

public interface IWorkTimeGetter
Extension Methods

Remarks

This interface is used when:

  • Only reading work time is required
  • The object should not be able to modify work time
  • Time values are needed for monitoring or reporting purposes

Properties

WorkTime_s

Gets the work time in seconds.

double WorkTime_s { get; }

Property Value

double

Remarks

The work time represents:

  • The total elapsed time of the operation
  • Time is measured in seconds from the start
  • Returns the current accumulated work time