IPTScheduledOperation is the internal interface used to run job operations. A job consists of a list of these operations and will run them in serial. A well-known list of objects that implement this interface is returned through a call to IPTSession.OpenGlobalObject( PT_GLOBALOBJECTS.PT_GLOBAL_SCHEDULED_AGENTS ). This API is provided to the Automation Server to call into the agent code. Customers should avoid using this interface directly as it will not be supported going forward. The one method that can be used outside the Automation Server context is ScheduleImmediateJob().
For a list of all members of this type, see IPTScheduledOperation Members.
Type | Description |
---|
Namespace: com.plumtree.server
Assembly: plumtreeserver (in plumtreeserver.dll)
IPTScheduledOperation Members | com.plumtree.server Namespace | IPTJob | IPTScheduler