getOperatorName()
Obtains the username of the operator who is currently logged in to the application.
Returns
The username of the operator as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the username of the operator who is currently logged in to the application.
const operatorName = PCore().getEnvironmentInfo().getOperatorName();
Previous topic getOperatorImageInsKey() Next topic getOperatorWorkGroup()