Set-BluGenieJobTimeout
Set-BluGenieJobTimeout
SYNOPSIS
Set-BluGenieJobTimeout is an add-on to manage the Job Timeout in the BluGenie Console
SYNTAX
Set-BluGenieJobTimeout [[-Timeout] <Int32>] [-Reset] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set-BluGenieJobTimeout is an add-on to manage the Job Timeout in the BluGenie Console.
Being able to invoke multiple runspaces at once allows BluGenie the ability to run code inside of each runspace independent of the others. This option will set the timeout value for each job. If that time value is ever reached, the job will exit and return a timeout error.
EXAMPLES
EXAMPLE 1
Command: Set-BluGenieJobTimeout '5'Description: Set Job Timeout
Notes: The Timeout is an [Int]EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
Timeout
Reset
Walkthrough
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.
Last updated