Class UnlockObjectModel
Implementation of the UnlockObjectModel command
Implements
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class UnlockObjectModel : UnlockObjectModel, IConnectionCommand
Properties
Connection
Source connection of this command. Needed to register the owner of the lock
Declaration
public Connection? Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |
Methods
Execute()
Unlock the machine model again
Declaration
public override Task Execute()
Returns
Type | Description |
---|---|
Task | Asynchronous task |