Exemplos de uso de Job object em Inglês e suas traduções para o Português
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
Start-Job returns a job object.
It saves the job object in the$job variable.
The second command uses Get-Job to get the job object.
You can pipe a job object to Wait-Job.
When you use the PassThru parameter,Stop-Job returns a job object.
You can pipe a job object to Stop-Job.
When you use the AsJob parameter,Invoke-Command returns a job object.
You can pipe a job object to Remove-Job.
The job object display confirms that the State of the job is"Stopped.
The command saves the job object in the$j variable.
The command uses the PassThru parameter to direct Stop-Job to return a job object.
The command saves the job object in the$job variable.
A command to start a background job returns a job object.
This command saves the job object in the$job variable.
The job object contains useful information about the job, but it does not contain the results.
The command returns a job object for each computer.
It pipes the job object in$j to the Receive-Job cmdlet and stores the results in the$results variable.
You can also pipe a job object to Receive-Job.
The job object consists of an executive parent job and one child job that runs the command.
The command returns a job object with information about the job. .
You can also use a pipeline operator to send a job object to Receive-Job.
It uses the job object in the$j variable to represent the job. .
The second command uses a pipeline operator(_)to pass the job object in$j to the Format-List cmdlet.
You can save the job object in a variable, or you can use a Get-Job command to get the job. .
When you specify an action,Register-ObjectEvent returns an event job object that represents that action.
The command saves the job object that New-Test returns in the$batch variable.
The job object contains useful information about the job, but it does not contain the job results.
The$done variable contains a job object that represents the job that ran on Server02.
In this case, the job object contains three child jobs, one for each job on each remote computer.
When the job completes,the command displays the job object, which contains information about the job. .