Messenger Plus! Live - Scripting Documentation

The MsgPlus::CancelTimer function cancels a timer event previously set with AddTimer.

Syntax

CancelTimer(
    [string] TimerId
);

Parameters

TimerId
[string] Unique string identifying the timer to delete.

Return Value

No value is returned by this function.

Remarks

No error is returned if the specified TimerId does not exist.

Function Information

Object MsgPlus
Availability Messenger Plus! Live 4.00

See Also

MsgPlus Object, AddTimer.