JobState
Enum
Definition
Enumeration for job status values. Indicates the status of the result object
public enum JobState
- Inheritance
-
JobState
Fields
| AtBreakpoint | |
| Blocked | Command execution is blocked (on user input host calls etc) |
| Completed | execution of command completed in all computernames/runspaces |
| Disconnected | The job is a remote job and has been disconnected from the server. |
| Failed | An error was encountered when trying to executed command in one or more computernames/runspaces |
| NotStarted | Execution of command in job not started |
| Running | execution of command in progress |
| Stopped | Command execution is cancelled (stopped) in one or more computernames/runspaces. |
| Stopping | Stop is in progress |
| Suspended | The job has been suspended |
| Suspending | Suspend is in progress |