Click or drag to resize

ProgramChangeType Enumeration

Represents the type of program change.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ProgramChangeType
Members
  Member nameValueDescription
Module0A module was edited.
ProgramLoad1A RAPID program was loaded.
TaskStructural2At least one module was added, removed or renamed.
Unknown3Unknown change. An application should assume that anything might have happened.
See Also