close method
Call this method at the end of the test. This terminates the sequence of checkpoints, and then waits synchronously for the test results and returns them.
Syntax
Call syntax
TestResults* result = [ eyes close ]
;
Declaration
(nullable TestResults *)close:(NSError **)error
Parameters
This method does not take any parameters.Return value
- Type: TestResults*
The result of the test can be obtained from the object returned. See TestResults class for a list of what information can be obtained from this object. See TestResults class for a list of what information can be obtained from this object.