sleep class
Description
Provides the function to sleep the system.
Notes
It is a class that is statically included in the Cooker.
An instance returned by variable declaration has been initialized.
Returns a singleton instance in response to an instance creation request. That is, variables of this class refer to the same instance.
fitter
| Signature | Description |
| sleep() | Returns a new instance of sleep class. |
getter
setter
This class does not have a setter.
method
| Signature | Description |
| Freeze(int) | Waits during the specified time with freeze. |


