Thursday, June 14, 2007

Siebel - Using Sleep in eScript on a Windows Machine

SElib.dynamicLink("kernel32.dll", "Sleep", STDCALL, 2000)

STDCALL is Standerd Call

2000 is milliseconds

SElib is trys to use the windows kernal32.dlls sleep function and sleeps the execution of the code for specified milli-seconds.

1 comment:

Madhava Prakash said...

SElib.dynamicLink("kernel32.dll", "Sleep", STDCALL, 2000)

Selib.dynamicLink("comdlg32.dll", "MSComDlg", STDCALL) ???