ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahz_5.4.0.1/sleep.htm

45 lines
1019 B
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<title>sleep - Suspend invocation for an interval</title>
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</HEAD>
<body bgcolor="#FFFFFF">
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2>sleep - Suspend invocation for an interval</h2>
<strong>Synopsis</strong>
<p><strong>sleep</strong> <em>time</em></p>
<p><strong>Description</strong></p>
<p>You can use <strong>sleep</strong> to suspend a process from
running for <em>time</em> seconds.</p>
<p><strong>Options</strong></p>
<p>None.</p>
<p><strong>Operands</strong></p>
<p>The value of <em>time</em> must be a positive integer.</p>
<p><strong>Exit Status</strong></p>
<ul>
<li>0 when successful.</li>
<li>&gt;0 when <em>time</em> is invalid.</li>
</ul>
</body>
</html>