identifyexecutor
identifyexecutor
returns the name and version of the currently running executor.
This function is quite self-explanatory, you use it for logging/debugging purposes, idk - its quite basic.
The function returns a tuple of:
string
- The name/identifier of the executor.string
- The version string of the executor.
Parameters
Parameter | Description |
---|---|
(none) | This function takes no parameters. |