Types/WebSocket.ThreadJob/Pop.ps1

param()

if ($this.Output.Count -gt 0) {
    $this.Output[0]
    $this.Output.RemoveAt(0)    
}