This function returns the number of repetitions the given Time Source has left until it completely stops.
The function will return undefined if the given Time Source runs indefinitely, or if it's a built-in Time Source.
time_source_get_reps_remaining(id);
Argument | Type | Description |
---|---|---|
id | Time Source | The Time Source to get information for |