Moduleurn: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
Argument | Rules | Description | operator | Mandatory | a document specifying properties for the sleep time |
Example UsageDPML<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 |