Pascal Scripting: Sleep
From Inno Setup
Pascal Scripting: Sleep
Prototype:
procedure Sleep(const Milliseconds: LongInt);
Description:
Suspends the execution of Setup or Uninstall for a specified interval.
From Inno Setup
procedure Sleep(const Milliseconds: LongInt);
Suspends the execution of Setup or Uninstall for a specified interval.