JobRepository
Class
Definition
class which has list of job objects currently active in the system.
public class JobRepository : System.Management.Automation.Repository<System.Management.Automation.Job>
- Inheritance
Inherited Members
System.Management.Automation.Repository`1
Properties
| Jobs |
Returns the list of available job objects |
Methods
| GetJob(Guid) |
Returns the Job whose InstanceId matches the parameter. |
| GetKey(Job) |
Returns the instance id of the job as key |