Share_wait
This tag will wait for the existence of the share point identified by the attribute id. This can be useful if the share point creation is being done dynamically by other components and you just want to wait for the share point to be available before you try to access it.
Required Attributes
id
Unique id for this share point
Usage Examples
Example #1
<share_wait id="SHARE1" />
Example #2
<share_wait id="SHARE2" timeout="30s" />