Gets the identifier of the utility currently active.
[Visual Basic] Function GetCurrentUtility() As String [C#] string GetCurrentUtility(); [C++] String* GetCurrentUtility(); [JScript] function GetCurrentUtility(): String;
The string of the identifier for the current utility.
A utility set has only one utility active at a time. Use this method to query which one is currently active.
IUtilitySet Interface | Okapi.Library.Utility Namespace | SetCurrentUtility