Restart-Job
Requeues jobs that were started, but are stopped or paused.
Descrizione
The Restart-Job cmdlet requeues a list of cancelled or failed jobs. The cmdlet stops if any of the jobs in the list cannot be requeued.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -ItemList |
-ItemList <System.String[]>
|
Specifies the IDs of the jobs to be restarted.
|
| -Input |
-Input <Microsoft.ComputeCluster.Job[]>
|
Specifies the job objects of jobs to be restarted. Enter a variable that contains the job objects or a command that returns the job objects (such as Get-Job).
|
| -Scheduler |
-Scheduler <System.String>
|
The head node that the command affects. The default is the value of the CCP_SCHEDULER environment variable ($ENV:CCP_SCHEDULER).
|
Contenuti riprodotti su gentile concessione di Microsoft Corporation.
© 2007 Microsoft Corporation. All rights reserved.