Restart-Task
Requeue tasks.
Descrizione
The Restart-Task cmdlet requeues a list of cancelled tasks.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -ItemList |
-ItemList <System.String[]>
|
Specifies the IDs of the tasks to be restarted. Enter the task ID in <jobid>.<taskid> format, such as "1.2" for Task 2 in Job 1. The default is to restart all tasks under the head node.
|
| -Input |
-Input <Microsoft.ComputeCluster.Task[]>
|
Specifies the tasks objects of the tasks to be restarted. Enter a variable that contains the task object or a statement that returns a task object, such as Get-Task.
|
| -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.