ProfileName
Returns the name of the currently active Stealth profile.
Возвращает имя текущего активного профиля Stealth.
function ProfileName: String;
def ProfileName() -> str: ...
begin
AddToSystemJournal('Profile: ' + ProfileName);
AddToSystemJournal('Shard: ' + ProfileShardName);
end.
AddToSystemJournal(f'Profile: {ProfileName()}')
AddToSystemJournal(f'Shard: {ProfileShardName()}')