Sys_Sleep

SYNOPSIS

Sleeps for a specified number of seconds.

SYNTAX

__AllParameterSets

Sys_Sleep [-Seconds] <int> [<CommonParameters>]

ALIASES

This cmdlet has the following aliases,

DESCRIPTION

Sleeps for a specified number of seconds.

EXAMPLES

PARAMETERS

-Seconds

The number of seconds to sleep, shall be bigger than 0 and less than 14400.

Type: System.Int32
DefaultValue: 0
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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

INPUTS

OUTPUTS

NOTES