Search notes:

System.Management.Automation.Job (class)

System.Management.Automation.Job derives directly from System.Object and represents a command that runs in the background.
The states that a Job can be in is enumerated by the System.Management.Automation.JobState enum.

Index