Get-Task
Gets the tasks in one or more jobs.
Descrizione
The Get-Task cmdlet gets the tasks in the specified jobs.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -ItemList |
-ItemList <System.String[]>
|
Specifies the IDs of jobs. Get-Task gets only the tasks in the specified jobs.
|
| -Input |
-Input <Microsoft.ComputeCluster.Job[]>
|
Specifies one or more job objects. Get-Tasks gets only the tasks associated with the specified jobs. Type a variable that contains a job object or a command that gets a job object, such as a Get-Job command.
|
| -ID |
-ID <System.Int32[]>
|
Specifies the IDs of tasks. If specified, get-task gets only tasks with specified IDs.
|
| -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.