sleepsleep
Forces current request to sleep for a period of time
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > sleep

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The sleep accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:sleep

ArgumentRulesDescription
operatorMandatory a document specifying properties for the sleep time

Example Usage

DPML

<instr>
  <type>sleep</type>
  <operator>
    <time>100</time>
  </operator>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:sleep");
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The sleep accessor delays the execution of a process by the number of milliseconds specified in the operator.

Operator Syntax

The sleep accessor requires a configurable time delay passed in the operator parameter as a time XML fragment.

<time>1000</time>

<time>Duration of suspension in milliseconds


(C) 2003, 1060 Research Limited
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.