|
Logic events |
|
|
Logic events are a kind of XBM internal variables. Dependig on the definition, and eventually on the value, of one or more variables, a job may conditioned. In order to require logic event conditioning for a certain job the wait_event item tag have to be used. I.e. #!/bin/csh Using the tag specified in the sample above, will cause the job to be kept on hold, untill all the conditions are verified:
Defining event variables Event variable are set using the xbmc event set, event unset and event reset command. For further detail, please refer to the Command line section. |