Skip to content

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

string?

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.

Released under the Apache License 2.0.