Sidebar

reference:scripting_reference:scripting_objects:periodictimerdata

A script add-in can use the DOpus.SetTimer method to create timers, which will call your OnPeriodicTimer method at the rate you specify.

Property Name Return Type Description

id

string

Returns the ID of the timer that your method is being called for.