OpenSchedulerResult OpenScheduler(OdId tOb, OpenSchedulerArg tArg)
tOb. Moniker of the object that is a scheduled tasks container.
tArg. Parameters of container opening.
The OpenScheduler operation opens a scheduled tasks container and returns context that enables the user to work with its contents.
The operation enables the user to get access to the container and the tasks created in this container. To execute the operation, in the tOb parameter specify moniker of the object that is a scheduled tasks container, and in the tArg parameter specify parameters of opening. The object moniker can be obtained on executing the GetObjects operation. In the tArg.metaGet field specify the pattern, according to which container metadata is extracted on opening. If the tArg.metaGet field is not defined, the operation results only in the opened scheduled tasks container instance moniker.
Use the GeScheduler and SetScheduler operations to further work with the dictionary structure. To close an instance of scheduled tasks container, use the CloseScheduler operation.
See also: