hiRegTimer
hiRegTimer(t_callbackString x_tenthsofSeconds) =>t / nil
Description
Registers a SKILL function string that is initialized after the specified time.
Cadence recommends that you use hiEnqueueCmd to register a command that is called later without strict timing requirement.
Arguments
|
SKILL function name (string) that is to be executed after the specified time (x_tenthsofSeconds). |
|
|
Time, in tenths of seconds, after which the callback is run. |
Values Returned
Related Topics
General Environmental Functions
Return to top