< Back
Invoke-Wait
Post
NAME Invoke-Wait
SYNOPSIS
SYNTAX
Invoke-Wait [[-Seconds] <Int32>] [<CommonParameters>]
DESCRIPTION
This function will pause for the specified amount of time.
PARAMETERS
-Seconds <Int32>
A valid integer is optional. Default is 10 seconds
Required? false
Position? 1
Default value 10
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
It's pretty simple.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-Wait -Seconds 15
RELATED LINKS
SYNOPSIS
SYNTAX
Invoke-Wait [[-Seconds] <Int32>] [<CommonParameters>]
DESCRIPTION
This function will pause for the specified amount of time.
PARAMETERS
-Seconds <Int32>
A valid integer is optional. Default is 10 seconds
Required? false
Position? 1
Default value 10
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
It's pretty simple.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Invoke-Wait -Seconds 15
RELATED LINKS