ORKTaskResult Class Reference
Inherits from | ORKCollectionResult : ORKResult : NSObject |
---|---|
Conforms to | ORKTaskResultSource |
Declared in | ORKCollectionResult.h |
An ORKTaskResult
object is a collection result that contains all the step results
generated from one run of a task or ordered task (that is, ORKTask
or ORKOrderedTask
) in a task view controller.
A task result is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize it for transmission to a server, or to immediately perform analysis on it.
The results
property of the ORKCollectionResult
object contains the step results
for the task.