Aqualogic Interaction API  
 

IPTScheduler.QueryServerSchedule Method 

Retrieves the list of jobs a server should run and their next runtimes

IPTQueryResult QueryServerSchedule(
   string bstrServerName
);

Parameters

bstrServerName
The name of the server whose schedule is being queried.

Return Value

an IPTQueryResult containing the object ID, name, and next runtime for relevant jobs

See Also

IPTScheduler Interface | com.plumtree.server Namespace