Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why my ExitAction is not run
#7
Solved: 11 Years, 4 Months, 4 Weeks ago
Code:
If  Window("CCP").FlexApplication("Main").FlexTitleWindow("Select / Manage Community").Exist(2) Then
                notLaunched = 1
                logger "info",  "Application started in " & DateDiff("s", curTime, Now) & " seconds"
                Reporter.ReportEvent micDone, "Application", "Application started in " & DateDiff("s", curTime, Now) & " seconds"
                wait 3
                ExitAction(2)
            Else
                notLaunched = 0
                logger "info",  "CCP Failed to Launch after waiting " & DateDiff("s", curTime, Now) & " seconds"
                Reporter.ReportEvent micDone, "Application", "CCP Failed to Launch after waiting " & DateDiff("s", curTime, Now) & " seconds"
                Reporter.ReportEvent micDone, "Application", "CCP is Relaunching NOW " & DateDiff("s", curTime, Now) & " seconds"
            End If
Reply


Messages In This Thread
Why my ExitAction is not run - by rk_11 - 03-12-2010, 02:54 PM
RE: Why my ExitAction is not run - by rk_11 - 03-12-2010, 03:04 PM
RE: Why my ExitAction is not run - by Saket - 03-12-2010, 03:05 PM
RE: Why my ExitAction is not run - by rk_11 - 03-12-2010, 03:10 PM
RE: Why my ExitAction is not run - by Saket - 03-12-2010, 03:11 PM
RE: Why my ExitAction is not run - by rk_11 - 03-12-2010, 03:12 PM
RE: Why my ExitAction is not run - by Saket - 03-12-2010, 03:24 PM
RE: Why my ExitAction is not run - by rk_11 - 03-12-2010, 03:32 PM
RE: Why my ExitAction is not run - by Saket - 03-12-2010, 04:02 PM
RE: Why my ExitAction is not run - by rk_11 - 03-12-2010, 04:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ExitAction mv8167 4 14,238 04-26-2011, 10:07 PM
Last Post: vIns

Forum Jump:


Users browsing this thread: 5 Guest(s)