Stop-Task
Cancel task.
Descrizione
The Stop-Task cmdlet cancels the specified tasks.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -Message |
-Message <System.String>
|
Specifies the cancellation message that will be recorded on scheduler.
|
| -ItemList |
-ItemList <System.String[]>
|
Specifies the IDs of the tasks to be stopped. 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 task objects of tasks to be stopped. Enter a variable that contains the tasks or a statement that returns the tasks, 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.