Description Usage Arguments Details
Wrapper functions makeing system calls to the ecflow_client to interact with the ecflow_server
1 2 3 4 5 6 7 8 9 10 11 12 13 | ecflow_init(pid = Sys.getpid())
ecflow_abort(pid = Sys.getpid())
ecflow_complete()
ecflow_meter(name, value)
ecflow_event(n)
ecflow_label(name, value)
ecflow_change(name, value)
|
pid |
process identifier to the current task |
name |
name of the item to manipulate |
value |
desired value for |
n |
event number |
These are very basic wrappers..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.