Forum Discussion
sbkeenan
13 years agoFrequent Contributor
Hi Ocean
I think you need to use the WaitAliasChild function here. I don't normally ise JScript, but the general syntax should be something like:
If you search the index in Help for WaitAliasChild, you should find all the information you need there.
Hopefully this is helpful.
Regards
Stephen.
I think you need to use the WaitAliasChild function here. I don't normally ise JScript, but the general syntax should be something like:
While !(Aliases.WaitAliasChild("BISuiteServerInstaller", 180000).Exists)
{
....
}
If you search the index in Help for WaitAliasChild, you should find all the information you need there.
Hopefully this is helpful.
Regards
Stephen.