up Inquisit Language Reference

pause function

Pause a clock that is in timer or stopwatch mode.

Member of

<clock>

Syntax

element.name.pause()

Parameters

None.

Examples

The following resets the time of a stopwatch:

<trial sometrial>
/ ontrialend= [clock.timespent.pause();]
</trial>

The following resets the time of a timer:

<trial sometrial>
/ ontrialend= [clock.timeremaining.pause();]
</trial>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.