Skip to content

Instantly share code, notes, and snippets.

@Jaykul
Created November 1, 2024 21:01
Show Gist options
  • Save Jaykul/514ca334c0066794b97da96c8b9ad75c to your computer and use it in GitHub Desktop.
Save Jaykul/514ca334c0066794b97da96c8b9ad75c to your computer and use it in GitHub Desktop.
Is Start-Transcription running
function Test-Transcribing {
[CmdletBinding()]
param()
$Host.UI.GetType().GetProperty("IsTranscribing",[Reflection.BindingFlags]"NonPublic,Instance").GetValue($Host.UI)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment