Property CurrentOperation
Namespace: Belay.Core
Assembly: Belay.Core.dll
CurrentOperation
Gets the name of the current operation being executed.
csharp
public string? CurrentOperation { get; }
Property Value
Remarks
This property is primarily used for diagnostic purposes and error reporting. It allows developers to understand what operation was in progress when an error occurred or when examining device state.