Hiva::Timer::Start

Description

Starts a timer again after it is stopped.

Prototype

void Hiva::Timer::Start()

Parameters

None

Returns

None

Usage

To create a timer, invoke CreateTimer. If Hiva::Timer::Stop is invoked, you can invoke this start interface to start the timer again.

Precautions

This interface is used only to start a stopped timer.