WorkflowJobSourceAdapter.NewJob(JobInvocationInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new job with the specified JobSpecification.
public:
override System::Management::Automation::Job2 ^ NewJob(System::Management::Automation::JobInvocationInfo ^ specification);
public override System.Management.Automation.Job2 NewJob (System.Management.Automation.JobInvocationInfo specification);
override this.NewJob : System.Management.Automation.JobInvocationInfo -> System.Management.Automation.Job2
Public Overrides Function NewJob (specification As JobInvocationInfo) As Job2
Parameters
- specification
- JobInvocationInfo
specification
Returns
job object