ORKTimedWalkResult Class Reference

Inherits from ORKResult : NSObject
Declared in ORKTimedWalkResult.h

The ORKTimedWalkResult class records the results of a Timed Walk test.

The timed walk result object records the duration to complete the trial with a specific distance and time limit.

  distanceInMeters

The timed walk distance in meters.

@property (nonatomic, assign) double distanceInMeters

Declared In

ORKTimedWalkResult.h

  timeLimit

The time limit to complete the trials.

@property (nonatomic, assign) NSTimeInterval timeLimit

Declared In

ORKTimedWalkResult.h

  duration

The trial duration (that is, the time taken to do the walk).

@property (nonatomic, assign) NSTimeInterval duration

Declared In

ORKTimedWalkResult.h