KneeSurgery
|
Service for executing scripts within the KneeSurgery application. Provides functionality to execute scripts and return the operation result. More...
Public Member Functions | |
Task<(bool, string)> | ExecuteAsync (string script) |
Executes a specified script asynchronously. |
Service for executing scripts within the KneeSurgery application. Provides functionality to execute scripts and return the operation result.
Task<(bool, string)> KneeSurgery.Interfaces.IExecutionService.ExecuteAsync | ( | string | script | ) |
Executes a specified script asynchronously.
script | The script to execute. |