PowerShellTraceTask Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines Tasks.
public enum class PowerShellTraceTask
public enum PowerShellTraceTask
type PowerShellTraceTask =
Public Enum PowerShellTraceTask
- Inheritance
-
PowerShellTraceTask
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
CreateRunspace | 1 | CreateRunspace. |
ExecuteCommand | 2 | ExecuteCommand. |
Serialization | 3 | Serialization. |
PowerShellConsoleStartup | 4 | PowerShellConsoleStartup. |