Starts a clock in timer or stopwatch mode that has been paused.
<clock>
None.
The following restarts a stopwatch:
<trial sometrial>
/ ontrialend= [clock.timespent.start();]
</trial>
The following restarts a timer:
<trial sometrial>
/ ontrialend= [clock.timeremaining.start();]
</trial>