Is it also possible to get to know that VideoOS.Platform.SDK.UI.Environment.Initialize() and VideoOS.Platform.SDK.Export.Environment.Initialize(); is ready initialise

For VideoOS.Platform.SDK.UI.Environment.Initialize(), please check VideoOS.Platform.ClientControl.Instance.Initialized

For VideoOS.Platform.SDK.Export.Environment.Initialize(), please check VideoOS.Platform.Util.InternalCommandService.Instance.Initialized

But in both cases, there is no risk in just calling the initialize method again as it will check itself to see if it has already been initialized.