Hiva::WallTimer::Start

Description

Starts a WallTimer again after it is stopped.

Prototype

void Hiva::WallTimer::Start()

Parameters

None

Returns

None

Usage

To create a WallTimer, invoke CreateWallTimer. If Hiva::WallTimer::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.