Skip to content
Massimo Bonvicini edited this page Aug 27, 2019 · 1 revision

external help file: Logging-help.xml Module Name: Logging online version: https://logging.readthedocs.io/en/latest/functions/Wait-Logging.md schema: 2.0.0

Wait-Logging

SYNOPSIS

Wait for the message queue to be emptied

SYNTAX

Wait-Logging [<CommonParameters>]

DESCRIPTION

This function can be used to block the execution of a script waiting for the message queue to be emptied

EXAMPLES

EXAMPLE 1

Wait-Logging

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://logging.readthedocs.io/en/latest/functions/Wait-Logging.md

https://github.com/EsOsO/Logging/blob/master/Logging/public/Wait-Logging.ps1