AS3 - sleep function?

Is there any sleep() type of function in AS3 (ie something that will temporarily halt code execution within a given function for a specified amount of time)? If not, is there any way to add such functionality to AS3 through a static class?