What is the proper way to close the smart client from plugin code?
I have tried using
{
EnvironmentManager.Instance.SendMessage(new VideoOS.Platform.Messaging.
Message(MessageId.SmartClient.ApplicationControlCommand, VideoOS.Platform.Messaging.ApplicationControlCommandData.Close),null,null);
}
from a 6yr old post and this doesn’t work anymore.