< Back
SleepTask
Post
NAME SleepTask
SYNOPSIS
Autonance DSL task to wait for the specified amount of time.
SYNTAX
SleepTask [-Second] <Int32> [<CommonParameters>]
DESCRIPTION
The SleepTask task is part of the Autonance domain-specific language (DSL).
The task uses the Start-Sleep built-in command to wait for the specified
amount of time.
PARAMETERS
-Second <Int32>
Duration in seconds to wait.
Required? true
Position? 1
Default value 0
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
NOTES
Author : Claudio Spizzi
License : MIT License
RELATED LINKS
https://github.com/claudiospizzi/Autonance
SYNOPSIS
Autonance DSL task to wait for the specified amount of time.
SYNTAX
SleepTask [-Second] <Int32> [<CommonParameters>]
DESCRIPTION
The SleepTask task is part of the Autonance domain-specific language (DSL).
The task uses the Start-Sleep built-in command to wait for the specified
amount of time.
PARAMETERS
-Second <Int32>
Duration in seconds to wait.
Required? true
Position? 1
Default value 0
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
NOTES
Author : Claudio Spizzi
License : MIT License
RELATED LINKS
https://github.com/claudiospizzi/Autonance