CommandOrigin
Enum
Definition
This enum defines the dispatch origin of a command.
public enum CommandOrigin
- Inheritance
-
CommandOrigin
Fields
| Internal | The command was dispatched by the msh engine as a result of a dispatch request from an already running command. |
| Runspace | The command was submitted via a runspace. |