KneeSurgery
Loading...
Searching...
No Matches
KneeSurgery.Interfaces.IRobloxService Interface Reference

Service for managing and interacting with the Roblox application. Provides functionality to get Roblox information and control its execution. More...

Public Member Functions

Task< string > GetVersionAsync ()
 Gets the current version of the Roblox application asynchronously.
string Kill ()

Public Attributes

 bool
 Forcefully terminates the Roblox application execution.

Detailed Description

Service for managing and interacting with the Roblox application. Provides functionality to get Roblox information and control its execution.

Member Function Documentation

◆ GetVersionAsync()

Task< string > KneeSurgery.Interfaces.IRobloxService.GetVersionAsync ( )

Gets the current version of the Roblox application asynchronously.

Returns
A string containing the Roblox version.

Member Data Documentation

◆ bool

KneeSurgery.Interfaces.IRobloxService.bool

Forcefully terminates the Roblox application execution.

Returns
A tuple containing:
  • bool: true if termination succeeded, false otherwise
  • string: result message or error message of the operation

The documentation for this interface was generated from the following file:
  • src/KneeSurgery/Interfaces/IRobloxService.cs