NodeTransitionType Enum

Definition

Describes the type of node transition

public enum NodeTransitionType
type NodeTransitionType = 
Public Enum NodeTransitionType
Inheritance
NodeTransitionType

Fields

Invalid 0

Indicates that the node transition type is invalid. This value is not used.

Start 1

Indicates that the node should be started.

Stop 2

Indicates that the node should be stopped.

Applies to