ManagementPackWorkflowPriority 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 the priority of a management pack workflow.
public enum class ManagementPackWorkflowPriority
[System.Serializable]
public enum ManagementPackWorkflowPriority
type ManagementPackWorkflowPriority =
Public Enum ManagementPackWorkflowPriority
- Inheritance
-
ManagementPackWorkflowPriority
- Attributes
Fields
Name | Value | Description |
---|---|---|
Low | 0 | Specifies a low priority. |
Normal | 1 | Specifies a normal priority. |
High | 2 | Specifies a high priority. |