Share via


_Sleep (Windows Embedded CE 6.0)

1/6/2010

This function instructs the system to sleep for a specified length of time.

Syntax

void _Sleep(
  long msSleep 
);

Parameters

  • msSleep
    Length of time to sleep, in milliseconds.

Remarks

You can call this function from a script that Cescript.exe executes.

Requirements

Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Scripting Host Functions