Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

ttrStopTracking

ttrStopTracking(
[ l_scopeName ]
[ g_printReport ]
)
=> t / nil

Description

Stops tracking the time for the given scope name.

Arguments

l_scopeName

Name of the scope that you want to stop tracking. A scope name can be a string or a list.

If the scope name is not provided, tracking is stopped for the currently active scope.

g_printReport

Specifies whether a report needs to be printed for the scope. The default value is nil.

Value Returned

t

The tracking is stopped. A report is also printed if specified.

nil

The tracking could not be stopped.

Examples

The following code stops tracking the currently active scope.

ttrStopTracking()

The following code stops tracking the scope Myscope1.

ttrStopTracking("Myscope1")

Stops tracking the scope Myscope2 and prints the report.

ttrStopTracking("Myscope2" t)

The following code stops tracking the currently active scope and prints the report.

ttrStopTracking(nil t)

Related Topics

Time Tracker Functions


Return to top
 ⠀
X