GetScheduler

Syntax

GetSchedulerResult GetScheduler(SchedulerId tScheduler, GetSchedulerArg tArg)

Parameters

tScheduler. Scheduled tasks container instance moniker.

tArg. Parameters of metadata extraction.

Description

The GetScheduler operation extracts metadata of the scheduled tasks container.

Comments

The operation enables the user to get information about tasks created in the container and information about the task scheduler's state. To execute the operation, in the tScheduler parameter specify the opened scheduled tasks container instance moniker, and in the tArg parameter specify extraction parameters. The moniker can be obtained on executing the OpenScheduler operation. The result of the operation is the requested metadata.

Example

SOAP

JSON

C#

See also:

Working with Modeling Container