Share_set
This tag will set some information on the share point identified by the attribute id. This tag is not blocking and will return as soon as the actions have been set.
Children Tags
(callproperty | createrange | unset | sleep | echo | fail | break | log | cat | monitor_create | monitor_destroy | monitor_grep | monitor_diff | event | attribute | http_get | http_post | http_put | http_head | http_delete | http_request | http_server | http_response | urlencode | replace | add | mod | abs | subtract | multiply | divide | share_create | share_destroy | share_get | share_set | share_wait | rendezvous_create | rendezvous_destroy | rendezvous_check | rendezvous_visit | rendezvous_reset | printf | scanf){0,*}
Required Attributes
id
Unique id for this share point
Usage Examples
Example #1
<share_set id="SHARE1">
   
<property name="X" overwrite="true" value="Y" />
   
<createrange name="R" recycle="true" value="1..10" />
</share_set>
Example #2
<share_set id="SHARE1">
   
<share_set id="ANOTHERSHARE">
      
<property name="someone.got.our.data" overwrite="true" value="true" />
   
</share_set>
   
<property name="somedata" value="X" />
</share_set>