getScheduledReportStatusInSession() Method
In ScheduleService, use the getScheduledReportStatusInSession() method to get the status of the scheduled job.
Signature
JobStatus getScheduledReportStatusInSession(java.lang.String scheduledJobID, java.lang.String bipSessionToken);
Parameters for getScheduledReportStatusInSession() Method
Parameter | Description |
---|---|
String scheduledJobID |
The job ID of the submitted job. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |