Add-Task
Adds existing tasks to a job.
Descrizione
The Add-Task cmdlet adds one or more existing tasks to a specified job in the head node. Use New-Task to create the task and then use Add-Task to add it to a job.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -Job |
-Job <Microsoft.ComputeCluster.Job>
|
Specifies the job that the tasks are added to . This parameter takes a job object. Enter a variable that contains the job object (from Get-Job) or a statement that returns a job object.
|
| -Input |
-Input <Microsoft.ComputeCluster.Task[]>
|
Specifies the tasks to be added to the job. This parameter takes a task object. Enter a variable that contain a task object or a command, such as a Get-Task command, that returns a task object.
|
| -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.