Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | tasking | |
Tool | servers |
The events emitted are:
The value returned by the event is a record with fields:
Here is an example of how to execute a function asynchronously and set up a whenever on the result:
im:=imager('3C273XC1.ms') jobid:=im.plotvis(async=T); whenever defaultservers.alerter()->[as_string(jobid)] do { print 'Plot finished'; deactivate; }