Click or drag to resize

IJobProviderGetJob method

Returns a specific job instance for a JobList in a LogicalTaskTree.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
Job GetJob(
	
	ref string name
)

Parameters

name  String
The name of the job

Return value

Job
Instance of the job that belongs to the name.
See also