Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Is called when the server receives an execute command. This method can be used to execute commands.
Syntax
public void execute(str Command)
Run On
Client
Parameters
- Command
Type: str
A command string.
Remarks
Remember to call the status method if the function accepts the command string. The default implementation will be set to NOTPROCESS.