metaonly interface xdc.rov.ICallBack |
 |
 |
ROV tooling progress callback interface
metaonly interface ICallBack { ...
instance: ...
metaonly interface ICallBack {
instance:
per-instance functions
}
ICallBack.getAbortFlag() // instance |
 |
ICallBack.updateStartupProgress() // instance |
 |
Progress update callback
Void updateStartupProgress(Int percent, String message);
DETAILS
The ROV model calls this API at particular points to update any
startup progress provided by the client ROV tooling.
generated on Wed, 09 Apr 2014 00:37:38 GMT