ActivityCodeBehind
¶
ActivityCodeBehind is code that is associated with a particular Activity node, and has access to the properties of that Activity node. You can use this to:
All Activity Code Behind classes inherit from this class.
To define the behavior of Code Behind when the status of an Activity changes, override onStatusChange().
Inherits properties and message types from ActivityCodeBehindMetadata.