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