Complete

Venu 2s / Venu 2 ( CIQ4 ) throws error reading ActivityMonitor.getInfo()

Steps to reproduce:

1. Create a watchface project

2. Call the following code:

        System.println("HAS? "+(Toybox.ActivityMonitor has :getInfo));
        var am = ActivityMonitor.getInfo();

Expected results:

am should contain the activity monitor info object or null

Actual results:

HAS? true

Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack: 
  - getField() at E:\gdcsoft\SVN_GARMIN\WF_CircleText\source\WFView.mc:493 0x1000570d 
  - drawScreen() at E:\gdcsoft\SVN_GARMIN\WF_CircleText\source\WFView.mc:454 0x10005485 
  - onUpdate() at E:\gdcsoft\SVN_GARMIN\WF_CircleText\source\WFView.mc:401 0x10005092 
Encountered an app crash.

NOTHING I COULD SEE IN THE DOCS INDICATES THAT ACTIVITYMONITOR HAS BEEN REMOVED FOR CIQ4