Class GetObjectModel
Implementation of the Command command
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class GetObjectModel : GetObjectModel
Methods
Execute()
Retrieve a copy of the current machine model
Declaration
public override Task<ObjectModel> Execute()
Returns
Type | Description |
---|---|
Task<ObjectModel> | Clone of the current machine model |