GetScheduler

Syntax

GetSchedulerResult GetScheduler(SchedulerId tScheduler, GetSchedulerArg tArg)

Parameters

tScheduler. Scheduled tasks container instance moniker.

tArg. Parameters of metadata getting.

Description

The GetScheduler operation gets 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 getting parameters. The moniker can be obtained on executing the OpenScheduler operation. The operation results in the requested metadata.

Example

SOAP

JSON

C#

See also:

Working with Modeling Container