Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2794

Re: Get CMC Scheduled Report Status

$
0
0

I am using this code:

IInfoObjects instances = infoStore.query("select top 6400 * from CI_INFOOBJECTS where SI_INSTANCE=1 and SI_SCHEDULE_STATUS in (0, 1, 3, 8, 9);

for (int I = 0; I < instances.getResultSize(); I++) {

    IInfoObject instance = ((IInfoObject)instances.get(I));

    ISchedulingInfo schedulingInfo = instance.getSchedulingInfo();

}

 

how can I get the start/end/completion dates from the ISchedulingInfo or anywhere else?

 

Thank you.


Viewing all articles
Browse latest Browse all 2794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>