Moduleurn:org:ten60:netkernel:util:cron
The
cronNew
accessor is exported by the urn:org:ten60:netkernel:util:cron module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | job | Mandatory | the job specification to be created |
Example UsageDPML<instr> <type>cronNew</type> <job> <job> <uri>ffcpl:/server/reset</uri> <name>Reset Server</name> <desc>reset server in 1 minute</desc> <simple> <startTime>60000</startTime> </simple> </job> </job> </instr> NetKernel Foundation API
req=context.createSubRequest("active:cronNew");
req.addArgument("job", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |