IResult (interface)

Namespace: PorticoXR.Reporting.Statements

Describes an activity result.

Properties

Property Type Summary
Completion bool? If the activity was completed.
Success bool? If the user was successful in the activity.
Duration double? How long the activity took to complete (in seconds).
Score IScore Score associated with the result.
Response string Optional response text.