8 lines
250 B
TypeScript
8 lines
250 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Stops a globally configured interval.
|
|
* @param name The name of the interval to stop.
|
|
*/
|
|
function StopInterval(name: string): void;
|
|
}
|
|
//# sourceMappingURL=StopInterval.d.ts.map
|