resumeScheduleInSession() Method

In In ScheduleService, use the resumeScheduleInSession() method resumes a scheduled job that was previously suspended based on its jobInstanceID and the bipSessionToken of a given user.

For more information about in-session methods, see About In-Session Methods.

Signature

boolean resumeScheduleInSession(String outputJobID, String bipSessionToken);

Parameters for resumeScheduleInSession() Method

Parameter Description

String jobInstanceID

The ID assigned to the instance of the job to be resumed. The jobInstanceID is a string of integers.

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 server session to perform needed operation.