TwclUserActivityState Enumeration

Defines the states of a User Activity.

Namespace: wclTimeline
type
 TwclUserActivityState = (
 asNew,
 asPublished
 );

The TwclUserActivityState type exposes the following members.

Show:
 NameDescription
asNew

The User Activity has not yet been published.

asPublished

The User Activity has been published on this (or another) device.

Top