Piccolo.NET

PInterpolatingActivity.FirstLoop Property

Gets or sets a value indicating whether the activity is executing its first loop.

public virtual bool FirstLoop {get; set;}

Property Value

A value indicating whether the activity is executing its first loop.

Remarks

Notes to Inheritors: Subclasses normally initialize their source state on the first loop.

This property will rarely need to be set, unless your are reusing activities.

See Also

PInterpolatingActivity Class | UMD.HCIL.Piccolo.Activities Namespace