Click or drag to resize

EngineModelLastActionId Property

Returns the Id of the last executed Action during an automated replay.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string LastActionId { get; set; }

Property Value

Type: String
Remarks

This is automatically set and handled by the automated replay system, and is primarily used during automated tests.

See Also